ScreenShot For Basecamp 3

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

Co je ScreenShot For Basecamp 3?

ScreenShot For Basecamp 3 je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension allows you to take screenshots and paste them into a basecamp conversation“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ScreenShot For Basecamp 3

Stáhněte si soubory rozšíření ScreenShot For Basecamp 3 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ScreenShot For Basecamp 3 ScreenShot For Basecamp 3
ID ckncleneikbpdadancfkgnblgdbhfelo
Oficiální URL https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo
Popis This extension allows you to take screenshots and paste them into a basecamp conversation
Velikost souboru 621 KB
Počet instalací 43
Aktuální Verze 2.2
Poslední Aktualizace 2017-08-08
Datum Vydání 2017-08-08
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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*"
    ]
}