Gmail Multi-Print
Print Multiple Emails at once from the Inbox screen.
Gmail Multi-Print क्या है?
Gmail Multi-Print AY द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print Multiple Emails at once from the Inbox screen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Multi-Print एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select multiple emails from your Gmail Inbox and print them at once. With this, there is no longer a need to open each email and then select the print all button.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ddfbnojnpdfacjnjnainjchpfnmekflo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gmail-multi-print/ddfbnojnpdfacjnjnainjchpfnmekflo |
विवरण | Print Multiple Emails at once from the Inbox screen. |
फ़ाइल का आकार | 478 KB |
स्थापना संख्या | 16,784 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2018-10-31 |
प्रकाशन तिथि | 2018-10-31 |
रेटिंग | 2.08/5 कुल 36 रेटिंग्स |
डेवलपर | AY |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/gmp-privacy-policy/home |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Multi-Print", "description": "Print Multiple Emails at once from the Inbox screen.", "icons": { "128": "icons\/print-128x128.png", "48": "icons\/print-48x48.png", "16": "icons\/print-16x16.png" }, "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "36", "background": { "scripts": [ "\/background\/base64.js", "\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "\/libs\/inboxsdk.js", "\/contentScript\/Multi-Print.js", "\/libs\/alertify\/alertify.min.js" ], "css": [ "\/libs\/alertify\/alertify.default.css", "\/libs\/alertify\/alertify.core.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/icons\/print.png", "*" ], "permissions": [ "tabs", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "oauth2": { "client_id": "504451976354-0d3mvjed670f44luk3ol6h0p0r8r8o38.apps.googleusercontent.com", "scopes": [ "https:\/\/mail.google.com\/" ] } } |