Post Office
Chrome email functions
Post Office क्या है?
Post Office https://it.nicksimmonds.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome email functions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Post Office एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Post Office is an extension that adds the option to bypass your default email provider. You can keep sending via Outlook, Mail, etc. just by clicking links, but when you right-click you're presented with the option to send via a webmail provider. You can select which providers are available on the options page. You can also toggle on Post Office's mail bypass by clicking the icon. While toggled, Post Office will send mail links to your web mail provide of choice (set on the options page) rather than your machine's default mail client. Clicking again will return control to whatever you were using before for mail. Supports: * Gmail * Yahoo! mail * Microsoft Live mail * Outlook Web Access (must provide the web access URL in options)
एक्सटेंशन की मूल जानकारी
नाम | Post Office |
ID | bpckloinaeafhkniklgjhbjicjhbbecj |
आधिकारिक URL | https://chromewebstore.google.com/detail/post-office/bpckloinaeafhkniklgjhbjicjhbbecj |
विवरण | Chrome email functions |
फ़ाइल का आकार | 83.82 KB |
स्थापना संख्या | 202 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2012-11-08 |
प्रकाशन तिथि | 2012-11-08 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://it.nicksimmonds.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://nicksimmonds.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Post Office", "version": "1", "manifest_version": 2, "options_page": "preferences.html", "description": "Chrome email functions", "browser_action": { "default_icon": "disicon.png", "default_title": "Post Office" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.7.2.min.js", "mailscripts.js" ] } ], "background": { "scripts": [ "mail.js", "toggle.js" ] }, "permissions": [ "*:\/\/*\/*", "contextMenus" ], "icons": { "16": "minicon.png", "48": "midicon.png", "128": "bigicon.png" } } |