Traveldoola - Simple travel planning

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

Wat is Traveldoola - Simple travel planning?

Traveldoola - Simple travel planning is een Chrome-extensie ontwikkeld door Traveldoola, en de belangrijkste functie is "Use any link, post, image, video across the web to help plan your next trip".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Traveldoola - Simple travel planning

Download Traveldoola - Simple travel planning-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Traveldoola - Simple travel planning Traveldoola - Simple travel planning
ID chimclphgimpajelmbdbllndnpdcfmgm
Officiële URL https://chromewebstore.google.com/detail/traveldoola-simple-travel/chimclphgimpajelmbdbllndnpdcfmgm
Beschrijving Use any link, post, image, video across the web to help plan your next trip
Bestandsgrootte 31.38 KB
Aantal Installaties 17
Huidige Versie 0.1
Laatst Bijgewerkt 2018-12-05
Publicatiedatum 2018-12-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Traveldoola
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.traveldoola.com
URL van de Privacybeleid Pagina https://www.traveldoola.com/privacy
Ondersteunde Talen 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"
        ]
    }
}