Yopmail Helper
This extension helps you with your yopmail adresses.
Yopmail Helper क्या है?
Yopmail Helper https://guillaumemigeon.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you with your yopmail adresses."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yopmail Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
* Updated on 01/08/2017 * * You can now track a custom address * Fixed synchronization issues ----------- This tool helps you handle several yopmail addresses!
एक्सटेंशन की मूल जानकारी
नाम | Yopmail Helper |
ID | hblcpgekfpenakehekkfgoadijffdhne |
आधिकारिक URL | https://chromewebstore.google.com/detail/yopmail-helper/hblcpgekfpenakehekkfgoadijffdhne |
विवरण | This extension helps you with your yopmail adresses. |
फ़ाइल का आकार | 64.62 KB |
स्थापना संख्या | 596 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2017-01-08 |
प्रकाशन तिथि | 2017-01-08 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | https://guillaumemigeon.fr |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Outpox/Yopmail-Helper |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yopmail Helper", "description": "This extension helps you with your yopmail adresses.", "version": "1.5", "icons": { "48": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "default_locale": "en" } |