ScreenShot For Basecamp 3

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

What is ScreenShot For Basecamp 3?

ScreenShot For Basecamp 3 is a Chrome extension developed by Unknown, and its main feature is "This extension allows you to take screenshots and paste them into a basecamp conversation".

Extension Screenshots

screenshot

Download ScreenShot For Basecamp 3 Extension CRX File

Download ScreenShot For Basecamp 3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ScreenShot For Basecamp 3 ScreenShot For Basecamp 3
ID ckncleneikbpdadancfkgnblgdbhfelo
Official URL 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
File Size 621 KB
Installation Count 43
Current Version 2.2
Last Updated 2017-08-08
Publish Date 2017-08-08
Developer Unknown
Payment Type free
Supported Languages 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*"
    ]
}