WIMK

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

WIMK là gì?

WIMK là một tiện ích mở rộng Chrome được phát triển bởi Present Profit Solutions - 2PS, và tính năng chính của nó là "WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WIMK

Tải xuống các tệp mở rộng WIMK dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WIMK WIMK
ID pmfajdpgboocgfkakomcnpbokmjgoplm
URL Chính Thức https://chromewebstore.google.com/detail/wimk/pmfajdpgboocgfkakomcnpbokmjgoplm
Mô tả WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !
Kích Thước Tệp 64.19 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2015-04-20
Ngày Phát Hành 2015-04-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Present Profit Solutions - 2PS
Loại Thanh Toán free
Trang Web Mở Rộng http://2ps.com
URL Trang Trợ Giúp https://groups.google.com/forum/#!categories/2ps-apps-support/wimk
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}