ScreenShot For Basecamp 3
This extension allows you to take screenshots and paste them into a basecamp conversation
Hvad er ScreenShot For Basecamp 3?
ScreenShot For Basecamp 3 er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension allows you to take screenshots and paste them into a basecamp conversation".
Udvidelsesskærmbilleder
Download ScreenShot For Basecamp 3-udvidelses-CRX-fil
Download ScreenShot For Basecamp 3-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ScreenShot For Basecamp 3 |
ID | ckncleneikbpdadancfkgnblgdbhfelo |
Officiel URL | https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo |
Beskrivelse | This extension allows you to take screenshots and paste them into a basecamp conversation |
Filstørrelse | 621 KB |
Antal Installationer | 43 |
Nuværende Version | 2.2 |
Senest Opdateret | 2017-08-08 |
Udgivelsesdato | 2017-08-08 |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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*" ] } |