Vor

Vor Board

Qu'est-ce que Vor ?

Vor est une extension Chrome développée par http://vorboard.com, et sa fonction principale est "Vor Board".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Vor

Téléchargez les fichiers d'extension Vor 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

                        Vor Board makes searching on touch screens easier. 

Have you worked with a large interactive screen and thought how awkward the onscreen keyboard is? How about the pain of trying to type on a wireless keyboard whilst standing?

If your team use a good old fashioned whiteboard – how many times have you taken a photo and emailed the picture? Have you ever asked the question ‘Can I rub this out now’?

Wouldn’t it be nice if you could get more out of the whiteboard in your huddlespace or the interactive whiteboard that is gathering dust in your classroom?

Vor Board is a collaboration tool that lets you seamlessly search the internet, intuitively explore ideas, save your progress and share the fruits of your labour.

Try Vor Board now!                    

Informations de Base sur l'Extension

Nom Vor Vor
ID daoijgfamgfjfebpkegdhlmbpccppmgj
URL Officiel https://chrome.google.com/webstore/detail/vor/daoijgfamgfjfebpkegdhlmbpccppmgj
Description Vor Board
Taille du Fichier 432 KB
Nombre d'Installations 30
Version Actuelle 117.10906.3
Dernière Mise à Jour 2017-09-22
Date de Publication 2017-09-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://vorboard.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://vorboard.com
URL de la Page d'Aide http://vorboard.com/questions/
URL de la Page de Politique de Confidentialité http://vorboard.com/terms-of-use
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vor",
    "description": "Vor Board",
    "version": "117.10906.3",
    "chrome_url_overrides": {
        "newtab": "window.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "favicon.ico"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'"
}