ScreenShot For Basecamp 3
This extension allows you to take screenshots and paste them into a basecamp conversation
什麼是ScreenShot For Basecamp 3?
ScreenShot For Basecamp 3是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to take screenshots and paste them into a basecamp conversation”。
擴展截圖
下載ScreenShot For Basecamp 3擴展crx文件
下載ScreenShot For Basecamp 3擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ckncleneikbpdadancfkgnblgdbhfelo |
| 官方網址 | https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo |
| 簡介 | This extension allows you to take screenshots and paste them into a basecamp conversation |
| 檔案大小 | 621 KB |
| 安裝次數 | 43 |
| 目前版本 | 2.2 |
| 更新時間 | 2017-08-08 |
| 上架時間 | 2017-08-08 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | 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*"
]
} | |