QuickEditor

Get to your Form & Funnel Editor Quickly

QuickEditorคืออะไร?

QuickEditor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quickeditor.net และคุณลักษณะหลักของมันคือ "Get to your Form & Funnel Editor Quickly"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuickEditor

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}