ScreenShot For Basecamp 3

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

Was ist ScreenShot For Basecamp 3?

ScreenShot For Basecamp 3 ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to take screenshots and paste them into a basecamp conversation".

Erweiterungsscreenshots

screenshot

ScreenShot For Basecamp 3-Erweiterungs-CRX-Datei herunterladen

Laden Sie ScreenShot For Basecamp 3-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ScreenShot For Basecamp 3 ScreenShot For Basecamp 3
ID ckncleneikbpdadancfkgnblgdbhfelo
Offizielle URL https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo
Beschreibung This extension allows you to take screenshots and paste them into a basecamp conversation
Dateigröße 621 KB
Installationsanzahl 43
Aktuelle Version 2.2
Letztes Update 2017-08-08
Veröffentlichungsdatum 2017-08-08
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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*"
    ]
}