ZD Quick Messages

ZD Quick Messages

Vad är ZD Quick Messages?

ZD Quick Messages är en Chrome-tillägg utvecklad av https://zeedrop.com, och dess huvudfunktion är "ZD Quick Messages".

Tilläggsskärmbilder

screenshot

Ladda ner ZD Quick Messages-förlängningens CRX-fil

Ladda ner ZD Quick Messages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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 .                    

Grundläggande Information om Tillägg

Namn ZD Quick Messages ZD Quick Messages
ID lejcmkhmhlokcpabneplokkilhhciclg
Officiell webbadress https://chromewebstore.google.com/detail/zd-quick-messages/lejcmkhmhlokcpabneplokkilhhciclg
Beskrivning ZD Quick Messages
Filstorlek 5.31 MB
Antal Installationer 60
Aktuell Version 2.2
Senast Uppdaterad 2024-01-24
Publiceringsdatum 2021-09-09
Betyg 3.40/5 Totalt 15 Betyg
Utvecklare https://zeedrop.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://zeedrop.com/policy.aspx
Stödda Språk 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"
        }
    ]
}