WebExtension.net
WebExtension.net

Travel Mapper: Save travel plans to Google Sheets

View on Chrome Web Store
View Travel Mapper: Save travel plans to Google Sheets Chrome Extension on Chrome Web Store
5.0 (3 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easily save travel plans, places, & activities to a Google Sheets itinerary right from any website.
Type
Extension
Users
1,000 users
Website blueplanit.co
Blue Planit LLC
View author page of Blue Planit LLC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 17, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on September 25, 2024
View on Chrome Web Store
View Travel Mapper: Save travel plans to Google Sheets Chrome Extension on Chrome Web Store
lifestyle/travel
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Travel Mapper: Save travel plans to Google Sheets",
    "description": "Easily save travel plans, places, & activities to a Google Sheets itinerary right from any website.",
    "version": "1.1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "AddingDataToItineraryModal.js"
            ],
            "css": [
                "css\/react-datepicker.css"
            ]
        }
    ],
    "oauth2": {
        "client_id": "479722069448-k027h88ddtmf46ctc32k2qfc9g4dile7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/script.external_request"
        ]
    },
    "host_permissions": [
        "https:\/\/script.google.com\/*",
        "https:\/\/script.googleusercontent.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu0TzxsoiCm73LMnEKtEavGDT1IjYegkkfmpKG+MRg\/n2bLd5pVD9mioYKWw8AqQT370PxAdUNKYy4P5ofHTCKfEmac2IjlBeYgowlL5eE4MYQHDpbEGX539dFA\/wHwK3E\/LNzbHCjhHFghW6\/TCznOE0y9hBOphAfDm6dD1DSYGK4wdFxKlX4PNlR15Lx7cvtjc2+Bh9dWEuD+6euTGvsao\/rdbKQzI7Y8GoVK\/EG6N+7hlhIVUfz+mnxB88SerZCsJVgQtD8LnG37X7HEX+cpjYEEqpOXQbABC6aUW7+bzbzXHP5dowAtAPz9Y2hmkFYxjZvIn7Ylx1XzRK0WNERwIDAQAB",
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16x16.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top