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 |
官方網址 | 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 } |