Company Information in Google
Get Company Information when using Google Search & Maps
Что такое Company Information in Google?
Company Information in Google - это расширение Chrome, разработанное Wachae, и его основная функция - "Get Company Information when using Google Search & Maps".
Снимки экрана расширения
Скачать файл CRX расширения Company Information in Google
Скачайте файлы расширений Company Information in Google в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This utility displays company information from Google Search and Maps. Some of the information displayed includes: - Company Name - Company Id - Address - Phone number - Website - Star Rating - Review Count - Company Category The company information can be downloaded as CSV.
Основная информация о расширении
Название | Company Information in Google |
ID | dhlalbbccdkkonkpeaailagagppobblb |
Официальный URL | https://chromewebstore.google.com/detail/company-information-in-go/dhlalbbccdkkonkpeaailagagppobblb |
Описание | Get Company Information when using Google Search & Maps |
Размер файла | 10.42 KB |
Количество установок | 4,000 |
Текущая Версия | 0.1.14 |
Последнее Обновление | 2021-05-23 |
Дата публикации | 2020-06-24 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Wachae |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Company Information in Google", "version": "0.1.14", "description": "Get Company Information when using Google Search & Maps", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |