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.
Qu'est-ce que MapPost ?
MapPost est une extension Chrome développée par https://www.mappostit.com, et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MapPost
Téléchargez les fichiers d'extension MapPost au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | MapPost |
ID | pengdenaaekaepbopaaagmbhefcfcgio |
URL Officiel | https://chromewebstore.google.com/detail/mappost/pengdenaaekaepbopaaagmbhefcfcgio |
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. |
Taille du Fichier | 48.15 KB |
Nombre d'Installations | 52 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2021-06-08 |
Date de Publication | 2018-04-04 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | https://www.mappostit.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.mappostit.com/ |
URL de la Page d'Aide | https://www.mappostit.com/faq |
URL de la Page de Politique de Confidentialité | https://mappostit.com/privacy |
Langues Prises en Charge | 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:\/\/*\/*" ] } |