klood booking
This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.
Qu'est-ce que klood booking ?
klood booking est une extension Chrome développée par klood.io, et sa fonction principale est "This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension klood booking
Téléchargez les fichiers d'extension klood booking 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
This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda. Informations de Base sur l'Extension
| Nom | |
| ID | ncnmfcjeckommhihbfjoliiapacnlchf |
| URL Officiel | https://chromewebstore.google.com/detail/klood-booking/ncnmfcjeckommhihbfjoliiapacnlchf |
| Description | This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda. |
| Taille du Fichier | 105 KB |
| Nombre d'Installations | 17 |
| Version Actuelle | 2.1 |
| Dernière Mise à Jour | 2017-06-29 |
| Date de Publication | 2017-06-29 |
| Développeur | klood.io |
| Type de Paiement | free |
| Site Web de l'Extension | https://klood.io |
| URL de la Page d'Aide | https://klood.io |
| Langues Prises en Charge | en-US,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "klood booking",
"description": "This plugin allows you to share your klood virtual room details by one click. Just login and go to Google Agenda.",
"version": "2.1",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"https:\/\/calendar.google.com\/calendar\/*",
"activeTab",
"storage"
],
"browser_action": {
"default_popup": "app\/views\/extension_popup.html",
"default_icon": {
"19": "app\/images\/icon19.png",
"38": "app\/images\/icon38.png"
}
},
"icons": {
"16": "app\/images\/icon16.png",
"48": "app\/images\/icon48.png",
"128": "app\/images\/icon128.png"
},
"web_accessible_resources": [
"app\/images\/*.svg",
"app\/images\/*.png",
"*.html"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"matches": [
"http:\/\/calendar.google.com\/*",
"https:\/\/calendar.google.com\/*"
],
"js": [
"lib\/jquery-2.1.1.min.js",
"lib\/moment.min.js",
"lib\/moment-timezone-with-data.min.js",
"app\/common.js",
"app\/config.js",
"app\/view.js",
"app\/main.js",
"app\/sign_in.js",
"app\/services\/rest.js",
"app\/services\/auth.js",
"app\/helpers\/date.js",
"app\/helpers\/recurrence.js"
],
"css": [
"app\/css\/main.css"
],
"run_at": "document_end"
}
],
"default_locale": "en_US",
"manifest_version": 2
} | |