ProBinder
Your secure online teamwork platform
ProBinder क्या है?
ProBinder [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your secure online teamwork platform"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ProBinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | ProBinder |
ID | khgolofbknhkedpcafgefgmaebciegjb |
आधिकारिक URL | https://chromewebstore.google.com/detail/probinder/khgolofbknhkedpcafgefgmaebciegjb |
विवरण | Your secure online teamwork platform |
फ़ाइल का आकार | 81.46 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2013-05-12 |
प्रकाशन तिथि | 2013-05-12 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://probinder.com |
समर्थित भाषाएँ | 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" } |