Copy+Paste Helper

Assists with copying and pasting in the Minitab Web UI.

What is Copy+Paste Helper?

Copy+Paste Helper is a Chrome extension developed by Minitab, Inc., and its main feature is "Assists with copying and pasting in the Minitab Web UI.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Copy+Paste Helper Extension CRX File

Download Copy+Paste Helper 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

                                            

Extension Basic Information

Name Copy+Paste Helper Copy+Paste Helper
ID labphpolbahnbfbchaaamggoidhoepkh
Official URL https://chromewebstore.google.com/detail/copy+paste-helper/labphpolbahnbfbchaaamggoidhoepkh
Description Assists with copying and pasting in the Minitab Web UI.
File Size 21.51 KB
Installation Count 380
Current Version 1.1.0.10
Last Updated 2017-06-06
Publish Date 2017-06-05
Rating 4.00/5 Total 2 Ratings
Developer Minitab, Inc.
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy+Paste Helper",
    "version": "1.1.0.10",
    "author": "Minitab, Inc.",
    "description": "Assists with copying and pasting in the Minitab Web UI.",
    "icons": {
        "16": "logo_16x16.png",
        "19": "logo_19x19.png",
        "48": "logo_48x48.png",
        "128": "logo_128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.minitab.com\/*"
        ]
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "homepage_url": "http:\/\/minitab.com"
}