CFTrends
Provides better ClickFunnel Affiliate Commission Reporting
CFTrends क्या है?
CFTrends https://cftrends.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides better ClickFunnel Affiliate Commission Reporting"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CFTrends एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |