ScreenShot For Basecamp 3

This extension allows you to take screenshots and paste them into a basecamp conversation

Cos'è ScreenShot For Basecamp 3?

ScreenShot For Basecamp 3 è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension allows you to take screenshots and paste them into a basecamp conversation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ScreenShot For Basecamp 3

Scarica i file di estensione ScreenShot For Basecamp 3 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ScreenShot For Basecamp 3 ScreenShot For Basecamp 3
ID ckncleneikbpdadancfkgnblgdbhfelo
URL Ufficiale https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo
Descrizione This extension allows you to take screenshots and paste them into a basecamp conversation
Dimensione del File 621 KB
Conteggio Installazioni 43
Versione Corrente 2.2
Ultimo Aggiornamento 2017-08-08
Data di Pubblicazione 2017-08-08
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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*"
    ]
}