ScreenShot For Basecamp 3
This extension allows you to take screenshots and paste them into a basecamp conversation
Qu'est-ce que ScreenShot For Basecamp 3 ?
ScreenShot For Basecamp 3 est une extension Chrome développée par Unknown, et sa fonction principale est "This extension allows you to take screenshots and paste them into a basecamp conversation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ScreenShot For Basecamp 3
Téléchargez les fichiers d'extension ScreenShot For Basecamp 3 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ScreenShot For Basecamp 3 |
ID | ckncleneikbpdadancfkgnblgdbhfelo |
URL Officiel | https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo |
Description | This extension allows you to take screenshots and paste them into a basecamp conversation |
Taille du Fichier | 621 KB |
Nombre d'Installations | 43 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2017-08-08 |
Date de Publication | 2017-08-08 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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*" ] } |