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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension allows you to take screenshots and paste them into a basecamp conversation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScreenShot For Basecamp 3
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| URL อย่างเป็นทางการ | 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*"
]
} | |