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.
Co je MapPost?
MapPost je rozšíření Chrome vyvinuté https://www.mappostit.com, a jeho hlavní funkcí je „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.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MapPost
Stáhněte si soubory rozšíření MapPost ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | MapPost |
ID | pengdenaaekaepbopaaagmbhefcfcgio |
Oficiální URL | https://chromewebstore.google.com/detail/mappost/pengdenaaekaepbopaaagmbhefcfcgio |
Popis | 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. |
Velikost souboru | 48.15 KB |
Počet instalací | 52 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2021-06-08 |
Datum Vydání | 2018-04-04 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | https://www.mappostit.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.mappostit.com/ |
URL Stránky Nápovědy | https://www.mappostit.com/faq |
URL Stránky Zásad Ochrany Soukromí | https://mappostit.com/privacy |
Podporované Jazyky | 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:\/\/*\/*" ] } |