Basecamp Notification
Very simple Basecamp Notification by Studio60
Basecamp Notificationคืออะไร?
Basecamp Notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Long "Spirit" Nguyen และคุณลักษณะหลักของมันคือ "Very simple Basecamp Notification by Studio60"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Basecamp Notification
ดาวน์โหลดไฟล์ส่วนขยาย Basecamp Notification ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Version 0.0.7: - Added comments excerpt if exist. Version 0.0.6: - Removed Basecamp omni box to avoid can't connect Basecamp.com on Address bar Version 0.0.5: - Longer time before the notification disappear. Display notification from Basecamp: - Only new events since the first login. - Click on the notification to open new tab redirected to Basecamp links. - Using the first account form Basecamp account. - 5 seconds update interval. - Check now button if you dont want to wait. Usage: - Click on the browser action icon -> Login -> Allow the App to access Basecamp.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Basecamp Notification |
ID | chlhiiabhjabnjaaefnmdopodheonjnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/basecamp-notification/chlhiiabhjabnjaaefnmdopodheonjnp |
คำอธิบาย | Very simple Basecamp Notification by Studio60 |
ขนาดไฟล์ | 27.93 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 0.0.8 |
อัปเดตครั้งล่าสุด | 2015-01-19 |
วันที่เผยแพร่ | 2015-01-19 |
ผู้พัฒนา | Long "Spirit" Nguyen |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.facebook.com/pages/Basecamp-Notification/716806121766928 |
URL หน้าช่วยเหลือ | https://www.facebook.com/pages/Basecamp-Notification/716806121766928 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Basecamp Notification", "version": "0.0.8", "manifest_version": 2, "description": "Very simple Basecamp Notification by Studio60", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "That's the tool tip", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "identity", "notifications", "https:\/\/launchpad.37signals.com\/authorization\/*", "https:\/\/basecamp.com\/*" ] } |