CF Affiliate Helper

Delete aff login cookie on *.clickfunnels.com

CF Affiliate Helperคืออะไร?

CF Affiliate Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LostDuckTech และคุณลักษณะหลักของมันคือ "Delete aff login cookie on *.clickfunnels.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CF Affiliate Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}