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 . 拡張機能の基本情報
| 名前 | |
| ID | lejcmkhmhlokcpabneplokkilhhciclg |
| 公式URL | 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 |
| Eメール | [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"
}
]
} | |