CF Affiliate Helper

Delete aff login cookie on *.clickfunnels.com

CF Affiliate Helperとは何ですか?

CF Affiliate HelperはLostDuckTechによって開発されたChromeの拡張機能で、その主な機能は「Delete aff login cookie on *.clickfunnels.com」です。

拡張機能のスクリーンショット

screenshot

CF Affiliate Helper拡張機能のCRXファイルをダウンロード

CF Affiliate Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have trouble logging in to Affiliate Accounts that use ClickFunnels Backpack? Well this fixes the issue by allowing you to remove the cookie that creates the issue. 

Hope this helps!                    

拡張機能の基本情報

名前 CF Affiliate Helper CF Affiliate Helper
ID mojdjpahhgfdbmnonnconkdjclceimfo
公式URL https://chrome.google.com/webstore/detail/cf-affiliate-helper/mojdjpahhgfdbmnonnconkdjclceimfo
説明 Delete aff login cookie on *.clickfunnels.com
ファイルサイズ 26.02 KB
インストール数 24
現在のバージョン 1.1.0
最終更新日 2019-01-19
公開日 2019-01-19
開発者 LostDuckTech
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.lostducktech.com/privacy_extensions
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CF Affiliate Helper",
    "author": "LostDuckTech",
    "description": "Delete aff login cookie on *.clickfunnels.com",
    "version": "1.1.0",
    "permissions": [
        "tabs",
        "activeTab",
        "cookies",
        "https:\/\/*.clickfunnels.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon-16.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.clickfunnels.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}