@ttaché: The Gmail Attachments Manager
@ttaché helps you quickly and easily locate important attachments in Gmail.
什麼是@ttaché: The Gmail Attachments Manager?
@ttaché: The Gmail Attachments Manager是由https://tryattache.com開發的Chrome擴展程式,該擴展的主要功能是“@ttaché helps you quickly and easily locate important attachments in Gmail.”。
擴展截圖
下載@ttaché: The Gmail Attachments Manager擴展crx文件
下載@ttaché: The Gmail Attachments Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
@ttaché displays all your attachments in one easy-to-use list. You can then quickly filter attachments by sender, date, size, filetype, file name and more. View the original email with a single click.
Do you know where important files are buried in your Gmail archive? Probably not. Forgot what is in your giant archive of email attachments? @ttaché reveals all your email attachments, helps you figure out what's there and lets you find specific attachments fast. 擴展基本資訊
| 名稱 | |
| ID | alakkopignpnkllkcaoemffohkjilebj |
| 官方網址 | https://chromewebstore.google.com/detail/ttach%C3%A9-the-gmail-attachme/alakkopignpnkllkcaoemffohkjilebj |
| 簡介 | @ttaché helps you quickly and easily locate important attachments in Gmail. |
| 檔案大小 | 273 KB |
| 安裝次數 | 57 |
| 目前版本 | 0.1.8 |
| 更新時間 | 2020-06-13 |
| 上架時間 | 2020-06-13 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | https://tryattache.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.tryattache.com |
| 隱私政策頁面URL | https://www.tryattache.com/privacy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "@ttach\u00e9: The Gmail Attachments Manager",
"version": "0.1.8",
"description": "@ttach\u00e9 helps you quickly and easily locate important attachments in Gmail.",
"permissions": [
"identity",
"storage",
"*:\/\/*.google.com\/*"
],
"oauth2": {
"client_id": "632087533527-pepuqj7ba9pjd65dt5aug8m2ms48v8vi.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/gmail.readonly"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"js": [
"inboxsdk.js",
"mp.js",
"axios.js",
"vue.js",
"lodash.js",
"moment.min.js",
"app.js"
],
"css": [
"app.css"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"web_accessible_resources": [
"attach-logo.png",
"attach-logo-circle.png",
"loading.gif",
"icons\/*.svg",
"icons\/file.png"
],
"icons": {
"128": "attache-logo.png"
}
} | |