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
公式URL 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
Eメール [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
}