CFTrends
Provides better ClickFunnel Affiliate Commission Reporting
Τι είναι το CFTrends;
Το CFTrends είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cftrends.com, και η κύρια λειτουργία του είναι "Provides better ClickFunnel Affiliate Commission Reporting".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CFTrends
Λήψη αρχείων επέκτασης CFTrends σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CFTrends |
ID | dlckckhmblnkmcfefdknngbglimoghnb |
Επίσημο URL | https://chromewebstore.google.com/detail/cftrends/dlckckhmblnkmcfefdknngbglimoghnb |
Περιγραφή | Provides better ClickFunnel Affiliate Commission Reporting |
Μέγεθος Αρχείου | 1.57 MB |
Αριθμός Εγκαταστάσεων | 106 |
Τρέχουσα Έκδοση | 0.0.9 |
Τελευταία Ενημέρωση | 2020-01-15 |
Ημερομηνία Δημοσίευσης | 2020-01-08 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://cftrends.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.cftrends.com |
Υποστηριζόμενες Γλώσσες | 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 } |