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 |
Eメール | [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 } |