25 Super Reply
Reply to any email in 1 click
25 Super Replyとは何ですか?
25 Super Replyは25 Superstarsによって開発されたChromeの拡張機能で、その主な機能は「Reply to any email in 1 click」です。
拡張機能のスクリーンショット
25 Super Reply拡張機能のCRXファイルをダウンロード
25 Super Reply拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reply to any email in 1 click. 拡張機能の基本情報
| 名前 | |
| ID | bffpbnbaijcbgacpipbpkdcknifodecm |
| 公式URL | https://chromewebstore.google.com/detail/25-super-reply/bffpbnbaijcbgacpipbpkdcknifodecm |
| 説明 | Reply to any email in 1 click |
| ファイルサイズ | 528 KB |
| インストール数 | 84 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2023-02-14 |
| 公開日 | 2023-02-13 |
| 開発者 | 25 Superstars |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "25 Super Reply",
"version": "0.1.1",
"description": "Reply to any email in 1 click",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Mail.ai",
"default_popup": "popup.html"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"run_at": "document_start",
"js": [
"contentScript.js"
],
"css": [
"extension.css"
]
},
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"run_at": "document_end",
"js": [
"contentInbox.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"gmailJsLoader.js",
"extension.js",
"gmailJsLoader.js.map",
"extension.js.map"
],
"matches": [
" | |