CFTrends

Provides better ClickFunnel Affiliate Commission Reporting

什么是CFTrends?

CFTrends是由https://cftrends.com开发的Chrome扩展程序,该扩展的主要功能是“Provides better ClickFunnel Affiliate Commission Reporting”。

扩展截图

screenshot
screenshot

下载CFTrends扩展crx文件

下载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 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
}