ZD Quick Messages

ZD Quick Messages

Cos'è ZD Quick Messages?

ZD Quick Messages è un'estensione di Chrome sviluppata da https://zeedrop.com, e la sua funzione principale è "ZD Quick Messages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ZD Quick Messages

Scarica i file di estensione ZD Quick Messages 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

                        ZeeDrop Quick Messages give you the option save messages/answers and in 1 click send them in  facebook messanger and facebook  page chat. This tool will save you a lot of time type again and agin the same answers .                    

Informazioni di Base sull'Estensione

Nome ZD Quick Messages ZD Quick Messages
ID lejcmkhmhlokcpabneplokkilhhciclg
URL Ufficiale https://chromewebstore.google.com/detail/zd-quick-messages/lejcmkhmhlokcpabneplokkilhhciclg
Descrizione ZD Quick Messages
Dimensione del File 5.31 MB
Conteggio Installazioni 60
Versione Corrente 2.2
Ultimo Aggiornamento 2024-01-24
Data di Pubblicazione 2021-09-09
Valutazione 3.40/5 Totale 15 Valutazioni
Sviluppatore https://zeedrop.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://zeedrop.com/policy.aspx
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZD Quick Messages",
    "description": "ZD Quick Messages",
    "version": "2.2",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage",
        "fullscreen"
    ],
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.js",
            "popup.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.facebook.com\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-3.3.1.js",
                "content\/_common.js",
                "content\/_common2.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.messenger.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content\/fb.js"
            ],
            "run_at": "document_end"
        }
    ]
}