MREID Extractor For GMBs
This extension will attempt to get the MREID of a GMB.
Qu'est-ce que MREID Extractor For GMBs ?
MREID Extractor For GMBs est une extension Chrome développée par iAutoM8, et sa fonction principale est "This extension will attempt to get the MREID of a GMB.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MREID Extractor For GMBs
Téléchargez les fichiers d'extension MREID Extractor For GMBs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is a tool to try and retrieve the MREID attached to a Google My Business listing.
Informations de Base sur l'Extension
Nom | MREID Extractor For GMBs |
ID | ekknkegilfcanmhkplgkfoefdkjmeceb |
URL Officiel | https://chromewebstore.google.com/detail/mreid-extractor-for-gmbs/ekknkegilfcanmhkplgkfoefdkjmeceb |
Description | This extension will attempt to get the MREID of a GMB. |
Taille du Fichier | 30.31 KB |
Nombre d'Installations | 1,360 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-02-13 |
Date de Publication | 2020-02-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | iAutoM8 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://i-autom8.com |
URL de la Page d'Aide | https://i-autom8.com |
Langues Prises en Charge | 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" } ] } |