@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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
@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.
확장 프로그램 기본 정보
이름 | @ttaché: The Gmail Attachments Manager |
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 |
이메일 | [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" } } |