ZD Quick Messages
ZD Quick Messages
什麼是ZD Quick Messages?
ZD Quick Messages是由https://zeedrop.com開發的Chrome擴展程式,該擴展的主要功能是“ZD Quick Messages”。
擴展截圖
下載ZD Quick Messages擴展crx文件
下載ZD Quick Messages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 .
擴展基本資訊
名稱 | ZD Quick Messages |
ID | lejcmkhmhlokcpabneplokkilhhciclg |
官方網址 | https://chromewebstore.google.com/detail/zd-quick-messages/lejcmkhmhlokcpabneplokkilhhciclg |
簡介 | ZD Quick Messages |
檔案大小 | 5.31 MB |
安裝次數 | 60 |
目前版本 | 2.2 |
更新時間 | 2024-01-24 |
上架時間 | 2021-09-09 |
評分 | 3.40/5 共 15 次評分 |
開發者 | https://zeedrop.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://zeedrop.com/policy.aspx |
支援的語言 | 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" } ] } |