MREID Extractor For GMBs
This extension will attempt to get the MREID of a GMB.
什麼是MREID Extractor For GMBs?
MREID Extractor For GMBs是由iAutoM8開發的Chrome擴展程式,該擴展的主要功能是“This extension will attempt to get the MREID of a GMB.”。
擴展截圖
下載MREID Extractor For GMBs擴展crx文件
下載MREID Extractor For GMBs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is a tool to try and retrieve the MREID attached to a Google My Business listing.
擴展基本資訊
名稱 | MREID Extractor For GMBs |
ID | ekknkegilfcanmhkplgkfoefdkjmeceb |
官方網址 | https://chromewebstore.google.com/detail/mreid-extractor-for-gmbs/ekknkegilfcanmhkplgkfoefdkjmeceb |
簡介 | This extension will attempt to get the MREID of a GMB. |
檔案大小 | 30.31 KB |
安裝次數 | 1,360 |
目前版本 | 1.0.0 |
更新時間 | 2020-02-13 |
上架時間 | 2020-02-13 |
評分 | 5.00/5 共 1 次評分 |
開發者 | iAutoM8 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://i-autom8.com |
說明頁面URL | https://i-autom8.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MREID Extractor For GMBs", "version": "1.0.0", "manifest_version": 2, "description": "This extension will attempt to get the MREID of a GMB.", "homepage_url": "https:\/\/i-autom8.com", "icons": { "16": "icons\/mreid-16.png", "48": "icons\/mreid-48.png", "128": "icons\/mreid-128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "page_action": { "default_icon": "icons\/mreid-19.png", "default_title": "page action demo" }, "permissions": [ "tabs", "activeTab", "webRequest", "*:\/\/maps.google.com\/*", "*:\/\/www.google.com\/maps\/*", "*:\/\/google.com\/maps\/*" ], "content_scripts": [ { "matches": [ "*:\/\/maps.google.com\/*", "*:\/\/www.google.com\/maps\/*", "*:\/\/google.com\/maps\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_start" } ] } |