MyCityPlace - Find Business Reviews & Ratings
This extension shows a business profile, ratings, and reviews from a phone number in the current page
Qu'est-ce que MyCityPlace - Find Business Reviews & Ratings ?
MyCityPlace - Find Business Reviews & Ratings est une extension Chrome développée par http://mycityplace.com, et sa fonction principale est "This extension shows a business profile, ratings, and reviews from a phone number in the current page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MyCityPlace - Find Business Reviews & Ratings
Téléchargez les fichiers d'extension MyCityPlace - Find Business Reviews & Ratings 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
MyCityPlace helps find business's profile, ratings, and reviews using the phone number.
Informations de Base sur l'Extension
Nom | |
ID | clkkhfcknlpbljhdmhffcmghmegfdalb |
URL Officiel | https://chrome.google.com/webstore/detail/clkkhfcknlpbljhdmhffcmghmegfdalb |
Description | This extension shows a business profile, ratings, and reviews from a phone number in the current page |
Taille du Fichier | 129 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-19 |
Date de Publication | 2015-11-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://mycityplace.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyCityPlace - Find Business Reviews & Ratings", "description": "This extension shows a business profile, ratings, and reviews from a phone number in the current page", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon48.png" }, "content_scripts": [ { "js": [ "jquery-1.9.1.min.js", "content_script.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "activeTab", "webNavigation", "*:\/\/*\/*" ], "web_accessible_resources": [ "info.png" ] } |