ScreenShot For Basecamp 3

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

Vad är ScreenShot For Basecamp 3?

ScreenShot For Basecamp 3 är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension allows you to take screenshots and paste them into a basecamp conversation".

Tilläggsskärmbilder

screenshot

Ladda ner ScreenShot For Basecamp 3-förlängningens CRX-fil

Ladda ner ScreenShot For Basecamp 3-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ScreenShot For Basecamp 3 ScreenShot For Basecamp 3
ID ckncleneikbpdadancfkgnblgdbhfelo
Officiell webbadress https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo
Beskrivning This extension allows you to take screenshots and paste them into a basecamp conversation
Filstorlek 621 KB
Antal Installationer 43
Aktuell Version 2.2
Senast Uppdaterad 2017-08-08
Publiceringsdatum 2017-08-08
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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*"
    ]
}