CFTrends

Provides better ClickFunnel Affiliate Commission Reporting

CFTrends là gì?

CFTrends là một tiện ích mở rộng Chrome được phát triển bởi https://cftrends.com, và tính năng chính của nó là "Provides better ClickFunnel Affiliate Commission Reporting".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CFTrends

Tải xuống các tệp mở rộng CFTrends dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CFTrends CFTrends
ID dlckckhmblnkmcfefdknngbglimoghnb
URL Chính Thức https://chromewebstore.google.com/detail/cftrends/dlckckhmblnkmcfefdknngbglimoghnb
Mô tả Provides better ClickFunnel Affiliate Commission Reporting
Kích Thước Tệp 1.57 MB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2020-01-15
Ngày Phát Hành 2020-01-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://cftrends.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cftrends.com
Ngôn Ngữ Được Hỗ Trợ 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
}