ScreenShot For Basecamp 3
This extension allows you to take screenshots and paste them into a basecamp conversation
Wat is ScreenShot For Basecamp 3?
ScreenShot For Basecamp 3 is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension allows you to take screenshots and paste them into a basecamp conversation".
Extensie Screenshots
Download het CRX-bestand van de extensie ScreenShot For Basecamp 3
Download ScreenShot For Basecamp 3-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ScreenShot For Basecamp 3 |
ID | ckncleneikbpdadancfkgnblgdbhfelo |
Officiële URL | https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo |
Beschrijving | This extension allows you to take screenshots and paste them into a basecamp conversation |
Bestandsgrootte | 621 KB |
Aantal Installaties | 43 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2017-08-08 |
Publicatiedatum | 2017-08-08 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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*" ] } |