QuickEditor

Get to your Form & Funnel Editor Quickly

Cos'è QuickEditor?

QuickEditor è un'estensione di Chrome sviluppata da https://quickeditor.net, e la sua funzione principale è "Get to your Form & Funnel Editor Quickly".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione QuickEditor

Scarica i file di estensione QuickEditor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome QuickEditor QuickEditor
ID gnbbkiiiechlkcpjckonngiekhekdgjn
URL Ufficiale https://chromewebstore.google.com/detail/quickeditor/gnbbkiiiechlkcpjckonngiekhekdgjn
Descrizione Get to your Form & Funnel Editor Quickly
Dimensione del File 86.04 KB
Conteggio Installazioni 727
Versione Corrente 2.5.2
Ultimo Aggiornamento 2023-09-28
Data di Pubblicazione 2021-02-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://quickeditor.net
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://bristolmarketing.com/privacy-policy
Lingue Supportate 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
}