Funnel Widget
Funnel Widget provides best funnel building experience!
Cos'è Funnel Widget?
Funnel Widget è un'estensione di Chrome sviluppata da Inspisoft Softwares, e la sua funzione principale è "Funnel Widget provides best funnel building experience!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Funnel Widget
Scarica i file di estensione Funnel Widget in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Feature: 1) GET PRODUCT ID: When you add product related scripts in clickfunnels you need PRODUCT ID for scripts to work. Funnel Widget automatically shows the PRODUCT ID of current clickfunnels product page.
Informazioni di Base sull'Estensione
Nome | Funnel Widget |
ID | bbfnphnmidfofgejlglgckoklohmakbf |
URL Ufficiale | https://chromewebstore.google.com/detail/funnel-widget/bbfnphnmidfofgejlglgckoklohmakbf |
Descrizione | Funnel Widget provides best funnel building experience! |
Dimensione del File | 93.84 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.0.0.0 |
Ultimo Aggiornamento | 2020-09-12 |
Data di Pubblicazione | 2020-09-04 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Inspisoft Softwares |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://funnelwidget.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Funnel Widget", "version": "1.0.0.0", "description": "Funnel Widget provides best funnel building experience!", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.clickfunnels.com\/*" ], "js": [ "content-script.js" ] } ], "options_page": "popup.html", "icons": { "64": "img\/logo.png" }, "permissions": [] } |