ProBinder
Your secure online teamwork platform
ProBinderคืออะไร?
ProBinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Your secure online teamwork platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProBinder
ดาวน์โหลดไฟล์ส่วนขยาย ProBinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |