QuickEditor

Get to your Form & Funnel Editor Quickly

Qu'est-ce que QuickEditor ?

QuickEditor est une extension Chrome développée par https://quickeditor.net, et sa fonction principale est "Get to your Form & Funnel Editor Quickly".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QuickEditor

Téléchargez les fichiers d'extension QuickEditor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QuickEditor QuickEditor
ID gnbbkiiiechlkcpjckonngiekhekdgjn
URL Officiel https://chromewebstore.google.com/detail/quickeditor/gnbbkiiiechlkcpjckonngiekhekdgjn
Description Get to your Form & Funnel Editor Quickly
Taille du Fichier 86.04 KB
Nombre d'Installations 727
Version Actuelle 2.5.2
Dernière Mise à Jour 2023-09-28
Date de Publication 2021-02-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://quickeditor.net
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://bristolmarketing.com/privacy-policy
Langues Prises en Charge 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
}