ZD Quick Messages
ZD Quick Messages
What is ZD Quick Messages?
ZD Quick Messages is a Chrome extension developed by https://zeedrop.com, and its main feature is "ZD Quick Messages".
Extension Screenshots
Download ZD Quick Messages Extension CRX File
Download ZD Quick Messages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 .
Extension Basic Information
Name | ZD Quick Messages |
ID | lejcmkhmhlokcpabneplokkilhhciclg |
Official URL | https://chromewebstore.google.com/detail/zd-quick-messages/lejcmkhmhlokcpabneplokkilhhciclg |
Description | ZD Quick Messages |
File Size | 5.31 MB |
Installation Count | 60 |
Current Version | 2.2 |
Last Updated | 2024-01-24 |
Publish Date | 2021-09-09 |
Rating | 3.40/5 Total 15 Ratings |
Developer | https://zeedrop.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://zeedrop.com/policy.aspx |
Supported Languages | 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" } ] } |