Copy CID to clipboard

Copy CID to clipboard from the open Google Maps if it exists

What is Copy CID to clipboard?

Copy CID to clipboard is a Chrome extension developed by https://itagaki.eek.jp, and its main feature is "Copy CID to clipboard from the open Google Maps if it exists".

Extension Screenshots

screenshot

Download Copy CID to clipboard Extension CRX File

Download Copy CID to clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Places registered in Google Maps are assigned a Customer ID (CID) identifier, which can be given as a URL parameter when opening Google Maps to display a map of that place.

This extension adds a "Copy CID to clipboard" item to the context menu when Google Maps is open. It will copy the CID to the clipboard if it exists in the URL of the map.                    

Extension Basic Information

Name Copy CID to clipboard Copy CID to clipboard
ID hkkonbjdhiaedfaleeojibmlhdcfpfkj
Official URL https://chromewebstore.google.com/detail/copy-cid-to-clipboard/hkkonbjdhiaedfaleeojibmlhdcfpfkj
Description Copy CID to clipboard from the open Google Maps if it exists
File Size 26.25 KB
Installation Count 273
Current Version 1.0.7
Last Updated 2022-10-28
Publish Date 2022-05-03
Developer https://itagaki.eek.jp
Email [email protected]
Payment Type free
Extension Website https://github.com/itagagaki/CopyCID
Help Page URL https://github.com/itagagaki/CopyCID/issues
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.7",
    "homepage_url": "https:\/\/github.com\/itagagaki\/CopyCID",
    "author": "Itagaki Fumihiko",
    "default_locale": "en",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "event.js"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/maps\/*"
    ]
}