Skip to content

Commit

Permalink
feat(entities): add Convertful (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
braders authored Feb 6, 2022
1 parent db754ab commit c269943
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -12155,4 +12155,11 @@ module.exports = [
domains: ['*.wigzo.com','*.wigzopush.com'],
examples: ['app.wigzo.com', 'tracker.wigzopush.com'],
},
{
name: 'Convertful',
homepage: 'https://convertful.com/',
categories: ['marketing'],
domains: ['*.convertful.com'],
examples: ['app.convertful.com'],
},
]

0 comments on commit c269943

Please sign in to comment.