WIMK

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

WIMK क्या है?

WIMK Present Profit Solutions - 2PS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WIMK एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 --                    

एक्सटेंशन की मूल जानकारी

नाम WIMK WIMK
ID pmfajdpgboocgfkakomcnpbokmjgoplm
आधिकारिक URL https://chromewebstore.google.com/detail/wimk/pmfajdpgboocgfkakomcnpbokmjgoplm
विवरण WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !
फ़ाइल का आकार 64.19 KB
स्थापना संख्या 71
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2015-04-20
प्रकाशन तिथि 2015-04-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Present Profit Solutions - 2PS
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://2ps.com
सहायता पृष्ठ URL https://groups.google.com/forum/#!categories/2ps-apps-support/wimk
समर्थित भाषाएँ 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"
    }
}