ScreenShot For Basecamp 3
This extension allows you to take screenshots and paste them into a basecamp conversation
Co to jest ScreenShot For Basecamp 3?
ScreenShot For Basecamp 3 to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension allows you to take screenshots and paste them into a basecamp conversation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ScreenShot For Basecamp 3
Pobierz pliki rozszerzeń ScreenShot For Basecamp 3 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ckncleneikbpdadancfkgnblgdbhfelo |
| Oficjalny URL | https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo |
| Opis | This extension allows you to take screenshots and paste them into a basecamp conversation |
| Rozmiar pliku | 621 KB |
| Liczba instalacji | 43 |
| Aktualna Wersja | 2.2 |
| Ostatnia Aktualizacja | 2017-08-08 |
| Data Publikacji | 2017-08-08 |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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*"
]
} | |