CFTrends

Provides better ClickFunnel Affiliate Commission Reporting

What is CFTrends?

CFTrends is a Chrome extension developed by https://cftrends.com, and its main feature is "Provides better ClickFunnel Affiliate Commission Reporting".

Extension Screenshots

screenshot
screenshot

Download CFTrends Extension CRX File

Download CFTrends extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CFTrends CFTrends
ID dlckckhmblnkmcfefdknngbglimoghnb
Official URL https://chromewebstore.google.com/detail/cftrends/dlckckhmblnkmcfefdknngbglimoghnb
Description Provides better ClickFunnel Affiliate Commission Reporting
File Size 1.57 MB
Installation Count 106
Current Version 0.0.9
Last Updated 2020-01-15
Publish Date 2020-01-08
Rating 5.00/5 Total 1 Ratings
Developer https://cftrends.com
Email [email protected]
Payment Type free
Extension Website https://www.cftrends.com
Supported Languages 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
}