CFTrends
Provides better ClickFunnel Affiliate Commission Reporting
Co to jest CFTrends?
CFTrends to rozszerzenie Chrome opracowane przez https://cftrends.com, a jego główną funkcją jest „Provides better ClickFunnel Affiliate Commission Reporting”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CFTrends
Pobierz pliki rozszerzeń CFTrends w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CFTrends |
ID | dlckckhmblnkmcfefdknngbglimoghnb |
Oficjalny URL | https://chromewebstore.google.com/detail/cftrends/dlckckhmblnkmcfefdknngbglimoghnb |
Opis | Provides better ClickFunnel Affiliate Commission Reporting |
Rozmiar pliku | 1.57 MB |
Liczba instalacji | 106 |
Aktualna Wersja | 0.0.9 |
Ostatnia Aktualizacja | 2020-01-15 |
Data Publikacji | 2020-01-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://cftrends.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.cftrends.com |
Obsługiwane Języki | 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 } |