WIMK

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

WIMK란 무엇입니까?

WIMK은(는) Present Profit Solutions - 2PS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WIMK 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}