CF Affiliate Helper
Delete aff login cookie on *.clickfunnels.com
Wat is CF Affiliate Helper?
CF Affiliate Helper is een Chrome-extensie ontwikkeld door LostDuckTech, en de belangrijkste functie is "Delete aff login cookie on *.clickfunnels.com".
Extensie Screenshots
Download het CRX-bestand van de extensie CF Affiliate Helper
Download CF Affiliate Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | mojdjpahhgfdbmnonnconkdjclceimfo |
Officiële URL | https://chrome.google.com/webstore/detail/cf-affiliate-helper/mojdjpahhgfdbmnonnconkdjclceimfo |
Beschrijving | Delete aff login cookie on *.clickfunnels.com |
Bestandsgrootte | 26.02 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2019-01-19 |
Publicatiedatum | 2019-01-19 |
Ontwikkelaar | LostDuckTech |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.lostducktech.com/privacy_extensions |
Ondersteunde Talen | 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 } } |