Copy+Paste Helper

Assists with copying and pasting in the Minitab Web UI.

Qu'est-ce que Copy+Paste Helper ?

Copy+Paste Helper est une extension Chrome développée par Minitab, Inc., et sa fonction principale est "Assists with copying and pasting in the Minitab Web UI.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Copy+Paste Helper

Téléchargez les fichiers d'extension Copy+Paste Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Copy+Paste Helper Copy+Paste Helper
ID labphpolbahnbfbchaaamggoidhoepkh
URL Officiel https://chromewebstore.google.com/detail/copy+paste-helper/labphpolbahnbfbchaaamggoidhoepkh
Description Assists with copying and pasting in the Minitab Web UI.
Taille du Fichier 21.51 KB
Nombre d'Installations 380
Version Actuelle 1.1.0.10
Dernière Mise à Jour 2017-06-06
Date de Publication 2017-06-05
Évaluation 4.00/5 Total 2 Évaluations
Développeur Minitab, Inc.
Type de Paiement free
Langues Prises en Charge 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"
}