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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Funnel Widget |
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 |
이메일 | [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": [] } |