ProBinder
Your secure online teamwork platform
Cos'è ProBinder?
ProBinder è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Your secure online teamwork platform".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ProBinder
Scarica i file di estensione ProBinder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ProBinder |
ID | khgolofbknhkedpcafgefgmaebciegjb |
URL Ufficiale | https://chromewebstore.google.com/detail/probinder/khgolofbknhkedpcafgefgmaebciegjb |
Descrizione | Your secure online teamwork platform |
Dimensione del File | 81.46 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2013-05-12 |
Data di Pubblicazione | 2013-05-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | [email protected] |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://probinder.com |
Lingue Supportate | 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" } |