Funnel Widget
Funnel Widget provides best funnel building experience!
What is Funnel Widget?
Funnel Widget is a Chrome extension developed by Inspisoft Softwares, and its main feature is "Funnel Widget provides best funnel building experience!".
Extension Screenshots
Download Funnel Widget Extension CRX File
Download Funnel Widget extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Funnel Widget |
ID | bbfnphnmidfofgejlglgckoklohmakbf |
Official URL | https://chromewebstore.google.com/detail/funnel-widget/bbfnphnmidfofgejlglgckoklohmakbf |
Description | Funnel Widget provides best funnel building experience! |
File Size | 93.84 KB |
Installation Count | 63 |
Current Version | 1.0.0.0 |
Last Updated | 2020-09-12 |
Publish Date | 2020-09-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Inspisoft Softwares |
[email protected] | |
Payment Type | free |
Extension Website | http://funnelwidget.com |
Supported Languages | 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": [] } |