Funnel Widget
Funnel Widget provides best funnel building experience!
Funnel Widgetとは何ですか?
Funnel WidgetはInspisoft Softwaresによって開発されたChromeの拡張機能で、その主な機能は「Funnel Widget provides best funnel building experience!」です。
拡張機能のスクリーンショット
Funnel Widget拡張機能のCRXファイルをダウンロード
Funnel Widget拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | bbfnphnmidfofgejlglgckoklohmakbf |
| 公式URL | https://chromewebstore.google.com/detail/funnel-widget/bbfnphnmidfofgejlglgckoklohmakbf |
| 説明 | Funnel Widget provides best funnel building experience! |
| ファイルサイズ | 93.84 KB |
| インストール数 | 63 |
| 現在のバージョン | 1.0.0.0 |
| 最終更新日 | 2020-09-12 |
| 公開日 | 2020-09-04 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Inspisoft Softwares |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://funnelwidget.com |
| 対応言語 | 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": []
} | |