MapPost
Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map.
MapPost क्या है?
MapPost https://www.mappostit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MapPost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save and keep track of the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map, with MapPost. Your map is available on your phone, tablet, laptop and desktop computers, where and when you want it.
एक्सटेंशन की मूल जानकारी
नाम | MapPost |
ID | pengdenaaekaepbopaaagmbhefcfcgio |
आधिकारिक URL | https://chromewebstore.google.com/detail/mappost/pengdenaaekaepbopaaagmbhefcfcgio |
विवरण | Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map. |
फ़ाइल का आकार | 48.15 KB |
स्थापना संख्या | 52 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2021-06-08 |
प्रकाशन तिथि | 2018-04-04 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.mappostit.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.mappostit.com/ |
सहायता पृष्ठ URL | https://www.mappostit.com/faq |
गोपनीयता नीति पृष्ठ URL | https://mappostit.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MapPost", "description": "Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map.", "version": "1.0.6", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_title": "Save To MapPost", "default_icon": "icon16.png" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "eventPage.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "login.js" ], "matches": [ "*:\/\/*.mappostit.com\/dashboard\/" ], "run_at": "document_end" }, { "js": [ "jquery-3.2.1.min.js", "logout.js" ], "matches": [ "*:\/\/*.mappostit.com\/login\/?p=1" ] } ], "permissions": [ "tabs", "webNavigation", "activeTab", "contextMenus", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |