Traveldoola - Simple travel planning
Use any link, post, image, video across the web to help plan your next trip
Was ist Traveldoola - Simple travel planning?
Traveldoola - Simple travel planning ist eine Chrome-Erweiterung, die von Traveldoola entwickelt wurde, und ihr Hauptmerkmal ist "Use any link, post, image, video across the web to help plan your next trip".
Erweiterungsscreenshots
Traveldoola - Simple travel planning-Erweiterungs-CRX-Datei herunterladen
Laden Sie Traveldoola - Simple travel planning-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | chimclphgimpajelmbdbllndnpdcfmgm |
| Offizielle URL | https://chromewebstore.google.com/detail/traveldoola-simple-travel/chimclphgimpajelmbdbllndnpdcfmgm |
| Beschreibung | Use any link, post, image, video across the web to help plan your next trip |
| Dateigröße | 31.38 KB |
| Installationsanzahl | 17 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2018-12-05 |
| Veröffentlichungsdatum | 2018-12-04 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Traveldoola |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.traveldoola.com |
| URL der Datenschutzrichtlinien-Seite | https://www.traveldoola.com/privacy |
| Unterstützte Sprachen | 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"
]
}
} | |