QuickEditor

Get to your Form & Funnel Editor Quickly

Was ist QuickEditor?

QuickEditor ist eine Chrome-Erweiterung, die von https://quickeditor.net entwickelt wurde, und ihr Hauptmerkmal ist "Get to your Form & Funnel Editor Quickly".

Erweiterungsscreenshots

screenshot

QuickEditor-Erweiterungs-CRX-Datei herunterladen

Laden Sie QuickEditor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name QuickEditor QuickEditor
ID gnbbkiiiechlkcpjckonngiekhekdgjn
Offizielle URL https://chromewebstore.google.com/detail/quickeditor/gnbbkiiiechlkcpjckonngiekhekdgjn
Beschreibung Get to your Form & Funnel Editor Quickly
Dateigröße 86.04 KB
Installationsanzahl 727
Aktuelle Version 2.5.2
Letztes Update 2023-09-28
Veröffentlichungsdatum 2021-02-09
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://quickeditor.net
E-Mail [email protected]
Zahlungsart in_app
URL der Datenschutzrichtlinien-Seite https://bristolmarketing.com/privacy-policy
Unterstützte Sprachen 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
}