Company Information in Google
Get Company Information when using Google Search & Maps
什么是Company Information in Google?
Company Information in Google是由Wachae开发的Chrome扩展程序,该扩展的主要功能是“Get Company Information when using Google Search & Maps”。
扩展截图
下载Company Information in Google扩展crx文件
下载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 } |