Zoovu Browser Plugin
This is a Zoovu Browser Extension that enables new features.
Zoovu Browser Pluginとは何ですか?
Zoovu Browser Pluginはdeveloperによって開発されたChromeの拡張機能で、その主な機能は「This is a Zoovu Browser Extension that enables new features.」です。
拡張機能のスクリーンショット
Zoovu Browser Plugin拡張機能のCRXファイルをダウンロード
Zoovu Browser Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Zoovu chrome extension enables you to test, integrate and implement your digital assistant, directly on the browser page, they are integrated on.
Features include:
Invisible Mode – Disable interaction tracking while viewing and testing your own digital assistant
Draft Preview – See your most recent changes reflected on the web page, without publishing live
Debug Mode - Easily view and verify your recommendation logic while navigating through your digital assistant, via a pop-up window
Also available, when running an A/B test, you can choose which version of the assistant you want to view. Key Performance Indicators will be displayed directly through the chrome extension via a pop-up.
Finally, the new Tracking tab will auto-generate a single line of code to integrate into the ‘Thank You’ page to set-up your tracking, without the need for custom JavaScript code. 拡張機能の基本情報
| 名前 | |
| ID | pmfppogmhdcomdppgjmiopefjcmkkkad |
| 公式URL | https://chromewebstore.google.com/detail/zoovu-browser-plugin/pmfppogmhdcomdppgjmiopefjcmkkkad |
| 説明 | This is a Zoovu Browser Extension that enables new features. |
| ファイルサイズ | 2.05 MB |
| インストール数 | 129 |
| 現在のバージョン | 1.8 |
| 最終更新日 | 2023-05-12 |
| 公開日 | 2021-03-30 |
| 開発者 | developer |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.zoovu.com |
| ヘルプページのURL | https://zoovu.zendesk.com/hc/en-us/articles/360019194920-Zoovu-Chrome-Extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Zoovu Browser Plugin",
"version": "1.8",
"description": "This is a Zoovu Browser Extension that enables new features.",
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"tabs",
"webRequest",
"webRequestBlocking",
"https:\/\/*\/*",
"http:\/\/*\/*",
"*:\/\/*.amazonaws.com\/prod\/*",
"*:\/\/*.amazonaws.com\/prod\/CollectSalesEvent",
"*:\/\/ev-barracuda.zoovu.com\/prod\/*",
"*:\/\/*.zoovu.com\/api\/v1\/sessions\/*\/put",
"*:\/\/*.zoovu.com\/*\/api\/v1\/advisors\/*\/products*",
"*:\/\/*.zoovu.com\/*\/api\/v1\/advisors\/*\/model*"
],
"background": {
"scripts": [
"background\/main.js"
],
"persistent": true
},
"page_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/icons\/16x16\/active-16x16.png",
"48": "images\/icons\/48x48\/active-48x48.png",
"64": "images\/icons\/64x64\/active-64x64.png",
"128": "images\/icons\/128x128\/active-128x128.png"
}
},
"content_scripts": [
{
"matches": [
" | |