Funnel Widget

Funnel Widget provides best funnel building experience!

Vad är Funnel Widget?

Funnel Widget är en Chrome-tillägg utvecklad av Inspisoft Softwares, och dess huvudfunktion är "Funnel Widget provides best funnel building experience!".

Tilläggsskärmbilder

screenshot

Ladda ner Funnel Widget-förlängningens CRX-fil

Ladda ner Funnel Widget-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Funnel Widget Funnel Widget
ID bbfnphnmidfofgejlglgckoklohmakbf
Officiell webbadress https://chromewebstore.google.com/detail/funnel-widget/bbfnphnmidfofgejlglgckoklohmakbf
Beskrivning Funnel Widget provides best funnel building experience!
Filstorlek 93.84 KB
Antal Installationer 63
Aktuell Version 1.0.0.0
Senast Uppdaterad 2020-09-12
Publiceringsdatum 2020-09-04
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Inspisoft Softwares
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://funnelwidget.com
Stödda Språk 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": []
}