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 |
| 官方網址 | 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 |
| 電子郵箱 | [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": [
" | |