CFTrends
Provides better ClickFunnel Affiliate Commission Reporting
Qu'est-ce que CFTrends ?
CFTrends est une extension Chrome développée par https://cftrends.com, et sa fonction principale est "Provides better ClickFunnel Affiliate Commission Reporting".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CFTrends
Téléchargez les fichiers d'extension CFTrends au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This chrome extension lets you get a better understanding of your ClickFunnels affiliate reports. Instead of trying to read through a hard to understand spreadsheet, CFTrends provides a nicer looking UI of your affiliate earnings. You can sort and filter all your referrals and see who's still active under you or not. Also provides graphs and charts so you can visually see your earnings over time.
Informations de Base sur l'Extension
Nom | CFTrends |
ID | dlckckhmblnkmcfefdknngbglimoghnb |
URL Officiel | https://chromewebstore.google.com/detail/cftrends/dlckckhmblnkmcfefdknngbglimoghnb |
Description | Provides better ClickFunnel Affiliate Commission Reporting |
Taille du Fichier | 1.57 MB |
Nombre d'Installations | 106 |
Version Actuelle | 0.0.9 |
Dernière Mise à Jour | 2020-01-15 |
Date de Publication | 2020-01-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://cftrends.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.cftrends.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CFTrends", "version": "0.0.9", "manifest_version": 2, "description": "Provides better ClickFunnel Affiliate Commission Reporting", "short_name": "CFTrends", "background": { "scripts": [ "depends\/jquery-3.2.1.min.js", "js\/config.js", "js\/bground.js" ], "persistent": true }, "content_scripts": [ { "js": [ "js\/oauth.js" ], "matches": [ "https:\/\/www.cftrends.com\/api-endpoint\/*" ], "run_at": "document_start" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "index.html", "browser_action": { "default_icon": "icons\/icon128.png" }, "permissions": [ "tabs", "storage", "notifications" ], "offline_enabled": true } |