Traveldoola - Simple travel planning

Use any link, post, image, video across the web to help plan your next trip

What is Traveldoola - Simple travel planning?

Traveldoola - Simple travel planning is a Chrome extension developed by Traveldoola, and its main feature is "Use any link, post, image, video across the web to help plan your next trip".

Extension Screenshots

screenshot

Download Traveldoola - Simple travel planning Extension CRX File

Download Traveldoola - Simple travel planning 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

                        Finally, simple travel planning.

Create bookmarks using images and videos saved from websites and social media posts. 
Visualize bookmarks on a map, add notes as needed. 
Organize bookmarks into collections called Trips. 
Plan with friends, or send them your trip once you're back.                    

Extension Basic Information

Name Traveldoola - Simple travel planning Traveldoola - Simple travel planning
ID chimclphgimpajelmbdbllndnpdcfmgm
Official URL https://chromewebstore.google.com/detail/traveldoola-simple-travel/chimclphgimpajelmbdbllndnpdcfmgm
Description Use any link, post, image, video across the web to help plan your next trip
File Size 31.38 KB
Installation Count 17
Current Version 0.1
Last Updated 2018-12-05
Publish Date 2018-12-04
Rating 5.00/5 Total 1 Ratings
Developer Traveldoola
Email [email protected]
Payment Type free
Extension Website https://www.traveldoola.com
Privacy Policy Page URL https://www.traveldoola.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Traveldoola - Simple travel planning",
    "short_name": "Traveldoola",
    "description": "Use any link, post, image, video across the web to help plan your next trip",
    "version": "0.1",
    "author": "Justin McCollin",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Save bookmark"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "css": [
            "popup.css"
        ]
    }
}