ProBinder

Your secure online teamwork platform

Qu'est-ce que ProBinder ?

ProBinder est une extension Chrome développée par [email protected], et sa fonction principale est "Your secure online teamwork platform".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

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

                        ProBinder is an online platform which extends your well known office reality. Shelves and binders offer understandable, well structured hierarchies and still give you the flexibility for your needs. ProBinder allows you to work together in your new, extended office across companies.                    

Informations de Base sur l'Extension

Nom ProBinder ProBinder
ID khgolofbknhkedpcafgefgmaebciegjb
URL Officiel https://chromewebstore.google.com/detail/probinder/khgolofbknhkedpcafgefgmaebciegjb
Description Your secure online teamwork platform
Taille du Fichier 81.46 KB
Nombre d'Installations 37
Version Actuelle 1.0.3
Dernière Mise à Jour 2013-05-12
Date de Publication 2013-05-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur [email protected]
Type de Paiement free
Site Web de l'Extension https://probinder.com
Langues Prises en Charge de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.min.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*.probinder.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/probinder.com",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "https:\/\/*.probinder.com\/*"
    ],
    "name": "__MSG_title__",
    "options_page": "html\/options.html",
    "version": "1.0.3"
}