Vainu Company View for Chrome
Vainu View for Chrome
Vainu Company View for Chromeとは何ですか?
Vainu Company View for ChromeはVainuによって開発されたChromeの拡張機能で、その主な機能は「Vainu View for Chrome」です。
拡張機能のスクリーンショット
Vainu Company View for Chrome拡張機能のCRXファイルをダウンロード
Vainu Company View for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Vainu Company View for Chrome shows you the facts behind a company website. Navigate to the website of an interesting company, prospect or customer and let Vainu to display all the relevant company information. To access the full features of Vainu Company View for Chrome, you'll need a Vainu subscription with Vainu credentials. If you don't have Vainu credentials, you can still access and use this extension, but with limited features.
拡張機能の基本情報
名前 | Vainu Company View for Chrome |
ID | ffimbefjhiohmhnhofcplohdlphcnhao |
公式URL | https://chromewebstore.google.com/detail/vainu-company-view-for-ch/ffimbefjhiohmhnhofcplohdlphcnhao |
説明 | Vainu View for Chrome |
ファイルサイズ | 264 KB |
インストール数 | 800 |
現在のバージョン | 1.0 |
最終更新日 | 2020-09-30 |
公開日 | 2020-09-30 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | Vainu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.vainu.com |
プライバシーポリシーページのURL | https://www.vainu.com/legal-stuff |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vainu Company View for Chrome", "version": "1.0", "description": "Vainu View for Chrome", "permissions": [ "activeTab", "storage", "https:\/\/api.vainu.io\/", "https:\/\/solutions.vainu.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/vainu_16_round.png", "32": "images\/vainu_32_round.png", "48": "images\/vainu_48_round.png", "128": "images\/vainu_128_round.png" } }, "icons": { "16": "images\/vainu_16_round.png", "32": "images\/vainu_32_round.png", "48": "images\/vainu_48_round.png", "128": "images\/vainu_128_round.png" }, "manifest_version": 2 } |