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
Eメール [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
}