Basecamp Notification
Very simple Basecamp Notification by Studio60
Basecamp Notification là gì?
Basecamp Notification là một tiện ích mở rộng Chrome được phát triển bởi Long "Spirit" Nguyen, và tính năng chính của nó là "Very simple Basecamp Notification by Studio60".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Basecamp Notification
Tải xuống các tệp mở rộng Basecamp Notification dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Basecamp Notification |
ID | chlhiiabhjabnjaaefnmdopodheonjnp |
URL Chính Thức | https://chromewebstore.google.com/detail/basecamp-notification/chlhiiabhjabnjaaefnmdopodheonjnp |
Mô tả | Very simple Basecamp Notification by Studio60 |
Kích Thước Tệp | 27.93 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2015-01-19 |
Ngày Phát Hành | 2015-01-19 |
Nhà Phát Triển | Long "Spirit" Nguyen |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.facebook.com/pages/Basecamp-Notification/716806121766928 |
URL Trang Trợ Giúp | https://www.facebook.com/pages/Basecamp-Notification/716806121766928 |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |