Google maps copy-paste location

Google maps copy-paste location

Google maps copy-paste location란 무엇입니까?

Google maps copy-paste location은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google maps copy-paste location"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google maps copy-paste location 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to speed up copy-pasting locations such as "los angeles, ca" from your emails, chats and few other places to google maps by setting up hotkeys for it.                    

확장 프로그램 기본 정보

이름 Google maps copy-paste location Google maps copy-paste location
ID kpjmimpeabekgghehodddkpkcdhclofg
공식 URL https://chromewebstore.google.com/detail/google-maps-copy-paste-lo/kpjmimpeabekgghehodddkpkcdhclofg
설명 Google maps copy-paste location
파일 크기 9.3 KB
설치 횟수 39
현재 버전 1.3.3
최근 업데이트 2022-11-17
출시 날짜 2021-11-28
개발자 [email protected]
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google maps copy-paste location",
    "description": "Google maps copy-paste location",
    "version": "1.3.3",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.sylectus.com\/*",
                "https:\/\/power.dat.com\/*",
                "https:\/\/www.google.com\/maps\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Hugo extension",
        "default_popup": "popup.html"
    }
}