QuickEditor

Get to your Form & Funnel Editor Quickly

QuickEditor là gì?

QuickEditor là một tiện ích mở rộng Chrome được phát triển bởi https://quickeditor.net, và tính năng chính của nó là "Get to your Form & Funnel Editor Quickly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuickEditor

Tải xuống các tệp mở rộng QuickEditor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QuickEditor QuickEditor
ID gnbbkiiiechlkcpjckonngiekhekdgjn
URL Chính Thức https://chromewebstore.google.com/detail/quickeditor/gnbbkiiiechlkcpjckonngiekhekdgjn
Mô tả Get to your Form & Funnel Editor Quickly
Kích Thước Tệp 86.04 KB
Số Lần Cài Đặt 727
Phiên Bản Hiện Tại 2.5.2
Cập Nhật Lần Cuối 2023-09-28
Ngày Phát Hành 2021-02-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://quickeditor.net
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://bristolmarketing.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}