MyCityPlace - Find Business Reviews & Ratings
This extension shows a business profile, ratings, and reviews from a phone number in the current page
Wat is MyCityPlace - Find Business Reviews & Ratings?
MyCityPlace - Find Business Reviews & Ratings is een Chrome-extensie ontwikkeld door http://mycityplace.com, en de belangrijkste functie is "This extension shows a business profile, ratings, and reviews from a phone number in the current page".
Extensie Screenshots
Download het CRX-bestand van de extensie MyCityPlace - Find Business Reviews & Ratings
Download MyCityPlace - Find Business Reviews & Ratings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
MyCityPlace helps find business's profile, ratings, and reviews using the phone number. Basisinformatie over de Extensie
| Naam | |
| ID | clkkhfcknlpbljhdmhffcmghmegfdalb |
| Officiële URL | https://chrome.google.com/webstore/detail/clkkhfcknlpbljhdmhffcmghmegfdalb |
| Beschrijving | This extension shows a business profile, ratings, and reviews from a phone number in the current page |
| Bestandsgrootte | 129 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-11-19 |
| Publicatiedatum | 2015-11-19 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | http://mycityplace.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |