Traveldoola - Simple travel planning

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

Qu'est-ce que Traveldoola - Simple travel planning ?

Traveldoola - Simple travel planning est une extension Chrome développée par Traveldoola, et sa fonction principale est "Use any link, post, image, video across the web to help plan your next trip".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Traveldoola - Simple travel planning

Téléchargez les fichiers d'extension Traveldoola - Simple travel planning 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

                        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.                    

Informations de Base sur l'Extension

Nom Traveldoola - Simple travel planning Traveldoola - Simple travel planning
ID chimclphgimpajelmbdbllndnpdcfmgm
URL Officiel 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
Taille du Fichier 31.38 KB
Nombre d'Installations 17
Version Actuelle 0.1
Dernière Mise à Jour 2018-12-05
Date de Publication 2018-12-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur Traveldoola
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.traveldoola.com
URL de la Page de Politique de Confidentialité https://www.traveldoola.com/privacy
Langues Prises en Charge 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"
        ]
    }
}