ScreenShot For Basecamp 3
This extension allows you to take screenshots and paste them into a basecamp conversation
ScreenShot For Basecamp 3 là gì?
ScreenShot For Basecamp 3 là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension allows you to take screenshots and paste them into a basecamp conversation".
Ả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 ScreenShot For Basecamp 3
Tải xuống các tệp mở rộng ScreenShot For Basecamp 3 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
This extension is intended for PC users who want to include a screenshot in Basecamp comments without the hassle of having to save it as an image and then attaching the image. This extension will not work with Apple products.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ScreenShot For Basecamp 3 |
ID | ckncleneikbpdadancfkgnblgdbhfelo |
URL Chính Thức | https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo |
Mô tả | This extension allows you to take screenshots and paste them into a basecamp conversation |
Kích Thước Tệp | 621 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2017-08-08 |
Ngày Phát Hành | 2017-08-08 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ScreenShot For Basecamp 3", "description": "This extension allows you to take screenshots and paste them into a basecamp conversation", "version": "2.2", "icons": { "128": "128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Basecamp Screenshot" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs", "clipboardRead", "clipboardWrite", "contentSettings", "declarativeContent", "storage", "identity", "https:\/\/3.basecampapi.com\/*", "https:\/\/launchpad.37signals.com\/authorization*" ] } |