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.

What is MapPost?

MapPost is a Chrome extension developed by https://www.mappostit.com, and its main feature is "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.".

Extension Screenshots

screenshot
screenshot
screenshot

Download MapPost Extension CRX File

Download MapPost extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MapPost MapPost
ID pengdenaaekaepbopaaagmbhefcfcgio
Official URL 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.
File Size 48.15 KB
Installation Count 52
Current Version 1.0.6
Last Updated 2021-06-08
Publish Date 2018-04-04
Rating 4.00/5 Total 3 Ratings
Developer https://www.mappostit.com
Email [email protected]
Payment Type free
Extension Website https://www.mappostit.com/
Help Page URL https://www.mappostit.com/faq
Privacy Policy Page URL https://mappostit.com/privacy
Supported Languages 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:\/\/*\/*"
    ]
}