WIMK

WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !

Qu'est-ce que WIMK ?

WIMK est une extension Chrome développée par Present Profit Solutions - 2PS, et sa fonction principale est "WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WIMK

Téléchargez les fichiers d'extension WIMK 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

                        This extension automatically copies into your clipboard the ID of any document, file or folder stored in your Google Drive.
It allows you to generate an export link to download document or file in the chosen format.
If you want to share a Google Drive item that has public visibility, you can also generate a generic public link (without reference to your Google Apps domain).

 -- Powered by 2PS (Present Profit Solutions) www.2ps.com --                    

Informations de Base sur l'Extension

Nom WIMK WIMK
ID pmfajdpgboocgfkakomcnpbokmjgoplm
URL Officiel https://chromewebstore.google.com/detail/wimk/pmfajdpgboocgfkakomcnpbokmjgoplm
Description WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !
Taille du Fichier 64.19 KB
Nombre d'Installations 71
Version Actuelle 2.0.1
Dernière Mise à Jour 2015-04-20
Date de Publication 2015-04-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Present Profit Solutions - 2PS
Type de Paiement free
Site Web de l'Extension http://2ps.com
URL de la Page d'Aide https://groups.google.com/forum/#!categories/2ps-apps-support/wimk
Langues Prises en Charge en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WIMK",
    "description": "WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !",
    "version": "2.0.1",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'",
    "web_accessible_resources": [
        "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.9.1\/jquery.min.js",
        "https:\/\/ajax.googleapis.com\/ajax\/libs\/jqueryui\/1.10.1\/jquery-ui.min.js",
        "https:\/\/code.jquery.com\/ui\/1.10.1\/themes\/base\/jquery-ui.css"
    ],
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/extLogo.png",
        "default_title": "WIMK"
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "background",
        "https:\/\/ajax.googleapis.com\/",
        "activeTab",
        "*:\/\/drive.google.com\/*",
        "*:\/\/docs.google.com\/*",
        "*:\/\/script.google.com\/*"
    ],
    "default_locale": "en",
    "icons": {
        "128": "icons\/extLogo.png",
        "16": "icons\/extLogo.png",
        "32": "icons\/extLogo.png",
        "48": "icons\/extLogo.png"
    }
}