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.
拡張機能の基本情報
名前 | ScreenShot For Basecamp 3 |
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*" ] } |