Traveldoola - Simple travel planning

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

Co to jest Traveldoola - Simple travel planning?

Traveldoola - Simple travel planning to rozszerzenie Chrome opracowane przez Traveldoola, a jego główną funkcją jest „Use any link, post, image, video across the web to help plan your next trip”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Traveldoola - Simple travel planning

Pobierz pliki rozszerzeń Traveldoola - Simple travel planning w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Traveldoola - Simple travel planning Traveldoola - Simple travel planning
ID chimclphgimpajelmbdbllndnpdcfmgm
Oficjalny URL https://chromewebstore.google.com/detail/traveldoola-simple-travel/chimclphgimpajelmbdbllndnpdcfmgm
Opis Use any link, post, image, video across the web to help plan your next trip
Rozmiar pliku 31.38 KB
Liczba instalacji 17
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2018-12-05
Data Publikacji 2018-12-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Traveldoola
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.traveldoola.com
Adres URL Strony Polityki Prywatności https://www.traveldoola.com/privacy
Obsługiwane Języki 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"
        ]
    }
}