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
电子邮箱 [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
    }
}