QuickEditor

Get to your Form & Funnel Editor Quickly

什麼是QuickEditor?

QuickEditor是由https://quickeditor.net開發的Chrome擴展程式,該擴展的主要功能是“Get to your Form & Funnel Editor Quickly”。

擴展截圖

screenshot

下載QuickEditor擴展crx文件

下載QuickEditor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Now you can link directly to your page builder or your form builder from the live domains. 

Instead of digging around inside your page builder to find which funnel or which page is live, simply click the button and it will provide a quick link to open it in your page editor or form builder. 

This does require a license key to connect to your page builder.                    

擴展基本資訊

名稱 QuickEditor QuickEditor
ID gnbbkiiiechlkcpjckonngiekhekdgjn
官方網址 https://chromewebstore.google.com/detail/quickeditor/gnbbkiiiechlkcpjckonngiekhekdgjn
簡介 Get to your Form & Funnel Editor Quickly
檔案大小 86.04 KB
安裝次數 727
目前版本 2.5.2
更新時間 2023-09-28
上架時間 2021-02-09
評分 5.00/5 共 3 次評分
開發者 https://quickeditor.net
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://bristolmarketing.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickEditor",
    "version": "2.5.2",
    "description": "Get to your Form & Funnel Editor Quickly",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/location\/*\/page-builder\/*"
            ],
            "js": [
                "js\/Storage.js",
                "js\/editing_exp.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/listener.js",
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "browsingData",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/page_data_parser.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}