MREID Extractor For GMBs
This extension will attempt to get the MREID of a GMB.
MREID Extractor For GMBs क्या है?
MREID Extractor For GMBs iAutoM8 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will attempt to get the MREID of a GMB."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MREID Extractor For GMBs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a tool to try and retrieve the MREID attached to a Google My Business listing.
एक्सटेंशन की मूल जानकारी
नाम | MREID Extractor For GMBs |
ID | ekknkegilfcanmhkplgkfoefdkjmeceb |
आधिकारिक URL | 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" } ] } |