@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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "@ttaché helps you quickly and easily locate important attachments in Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में @ttaché: The Gmail Attachments Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |