@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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |