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
官方網址 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
}