TestBox
Try software for yourself, side-by-side, before you buy it
TestBox là gì?
TestBox là một tiện ích mở rộng Chrome được phát triển bởi https://testbox.com, và tính năng chính của nó là "Try software for yourself, side-by-side, before you buy it".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TestBox
Tải xuống các tệp mở rộng TestBox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
TestBox helps you bring your product to life for the entire buying committee with demos tailored for every lead and engaging sandboxes/POCs that can be spun up in seconds with no engineering help. The TestBox Chrome extension makes TestBox faster and more secure. Most of TestBox will work without this extension, though we strongly recommend installing it for a better experience.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TestBox |
ID | nhhjiffocbkpnigpfjlcgpghmjigcknp |
URL Chính Thức | https://chromewebstore.google.com/detail/testbox/nhhjiffocbkpnigpfjlcgpghmjigcknp |
Mô tả | Try software for yourself, side-by-side, before you buy it |
Kích Thước Tệp | 312 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 1.29.0 |
Cập Nhật Lần Cuối | 2024-02-21 |
Ngày Phát Hành | 2021-06-17 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://testbox.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.testbox.com/ |
URL Trang Chính Sách Bảo Mật | https://www.testbox.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TestBox", "version": "1.29.0", "description": "Try software for yourself, side-by-side, before you buy it", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "declarativeNetRequest", "cookies", "webRequest", "webRequestBlocking", "tabs", "https:\/\/*.zendesk.com\/*", "https:\/\/*.zdassets.com\/*", "https:\/\/*.freshdesk.com\/*", "https:\/\/*.myfreshworks.com\/*", "https:\/\/*.freshchat.com\/*", "https:\/\/*.freshcaller.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.hs-sites.com\/*", "https:\/\/*.dixa.com\/*", "https:\/\/*.dixa.io\/*", "https:\/\/*.elev.io\/*", "https:\/\/*.helpscout.net\/*", "https:\/\/*.helpscout.com\/*", "https:\/\/*.helpscoutdocs.com\/*", "https:\/\/trengo.com\/*", "https:\/\/*.trengo.com\/*", "https:\/\/*.trengohelp.com\/*", "https:\/\/*.frontapp.com\/*", "https:\/\/*.launchdarkly.com\/*", "https:\/\/*.gorgias.com\/*", "https:\/\/*.intercom.com\/*", "https:\/\/*.constantcontact.com\/*", "https:\/\/*.constantcontact.online\/*", "https:\/\/*.ctctcdn.com\/*", "https:\/\/*.pendo.io\/*", "https:\/\/*.pipedrive.com\/*", "https:\/\/*.nimble.com\/*", "https:\/\/*.nutshell.com\/*", "https:\/\/*.zapier.com\/*", "https:\/\/*.groovehq.com\/*", "https:\/\/*.atlassian.com\/*", "https:\/\/*.atlassian.net\/*", "https:\/\/trello.com\/*", "https:\/\/*.asana.com\/*", "https:\/\/*.monday.com\/*", "https:\/\/*.zoho.com\/*", "https:\/\/*.zohodesk.com\/*", "https:\/\/*.syncari.com\/*", "https:\/\/*.notion.so\/*", "https:\/\/*.clickup.com\/*", "https:\/\/*.hightouch.com\/*", "https:\/\/*.coda.io\/*", "https:\/\/*.calibermind.com\/*", "https:\/\/*.auth0.com\/*", "https:\/\/*.getwarmly.com\/*", "https:\/\/*.catalyst.io\/*", "https:\/\/*.keap.app\/*", "https:\/\/*.keapapis.com\/*", "https:\/\/*.infusionsoft.com\/*", "https:\/\/*.drata.com\/*", "https:\/\/*.assignar.com\/*", "https:\/\/*.assignar.com.au\/*", "https:\/\/*.hootsuite.com\/*", "https:\/\/*.spiff.com\/*", "https:\/\/*.kore.ai\/*", "https:\/\/*.drift.com\/*", "https:\/\/*.webflow.io\/*", "https:\/\/*.rekor.one\/*", "https:\/\/*.eightfold.ai\/*", "https:\/\/*.geosmartdesign.com\/*", "https:\/\/*.brevo.com\/*" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.testbox.com\/*" ] }, "declarative_net_request": { "rule_resources": [ { "id": "zendesk", "enabled": true, "path": "zendesk.json" }, { "id": "freshdesk", "enabled": true, "path": "freshdesk.json" }, { "id": "dixa", "enabled": true, "path": "dixa.json" }, { "id": "groove", "enabled": true, "path": "groove.json" }, { "id": "monday", "enabled": true, "path": "monday.json" }, { "id": "hubspot", "enabled": true, "path": "hubspot.json" }, { "id": "zoho", "enabled": true, "path": "zoho.json" }, { "id": "constantcontact", "enabled": true, "path": "constant-contact.json" }, { "id": "generic", "enabled": true, "path": "genericRewrite.json" } ] }, "content_scripts": [ { "matches": [ "https:\/\/*.testbox.com\/*" ], "js": [ "testbox.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ "https:\/\/*.zendesk.com\/*" ], "include_globs": [ "https:\/\/pdi-testboxlab.zendesk.com\/*", "https:\/\/tbx-*.zendesk.com\/*" ], "js": [ "htmlReplacements.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/hootsuite.com\/*" ], "include_globs": [ "https:\/\/hootsuite.com\/*" ], "js": [ "mutationObserver.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ "https:\/\/*.zendesk.com\/*", "https:\/\/*.freshdesk.com\/*", "https:\/\/*.myfreshworks.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.hs-sites.com\/*", "https:\/\/*.dixa.com\/*", "https:\/\/elev.io\/*", "https:\/\/*.helpscout.net\/*", "https:\/\/*.helpscout.com\/*", "https:\/\/*.helpscoutdocs.com\/*", "https:\/\/trengo.com\/*", "https:\/\/*.trengo.com\/*", "https:\/\/*.trengohelp.com\/*", "https:\/\/*.frontapp.com\/*", "https:\/\/*.gorgias.com\/*", "https:\/\/*.intercom.com\/*", "https:\/\/*.constantcontact.com\/*", "https:\/\/*.constantcontact.online\/*", "https:\/\/*.ctctcdn.com\/*", "https:\/\/*.pendo.io\/*", "https:\/\/*.pipedrive.com\/*", "https:\/\/*.nimble.com\/*", "https:\/\/*.nutshell.com\/*", "https:\/\/*.zapier.com\/*", "https:\/\/zapier.com\/*", "https:\/\/*.groovehq.com\/*", "https:\/\/*.atlassian.com\/*", "https:\/\/*.atlassian.net\/*", "https:\/\/trello.com\/*", "https:\/\/*.asana.com\/*", "https:\/\/*.monday.com\/*", "https:\/\/*.zoho.com\/*", "https:\/\/*.zohodesk.com\/*", "https:\/\/*.syncari.com\/*", "https:\/\/*.notion.so\/*", "https:\/\/*.clickup.com\/*", "https:\/\/*.hightouch.com\/*", "https:\/\/coda.io\/*", "https:\/\/*.calibermind.com\/*", "https:\/\/*.auth0.com\/*", "https:\/\/*.getwarmly.com\/*", "https:\/\/*.catalyst.io\/*", "https:\/\/keap.app\/*", "https:\/\/*.keapapis.com\/*", "https:\/\/*.infusionsoft.com\/*", "https:\/\/*.drata.com\/*", "https:\/\/*.assignar.com\/*", "https:\/\/*.assignar.com.au\/*", "https:\/\/*.hootsuite.com\/*", "https:\/\/hootsuite.com\/*", "https:\/\/*.spiff.com\/*", "https:\/\/*.kore.ai\/*", "https:\/\/*.drift.com\/*", "https:\/\/*.webflow.io\/*", "https:\/\/*.rekor.one\/*", "https:\/\/*.eightfold.ai\/*", "https:\/\/*.geosmartdesign.com\/*", "https:\/\/*.brevo.com\/*" ], "include_globs": [ "https:\/\/pdi-testboxlab.zendesk.com\/*", "https:\/\/tbx-*.zendesk.com\/*", "https:\/\/tbx-*.freshdesk.com\/*", "https:\/\/tbx-*.myfreshworks.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.hs-sites.com\/*", "https:\/\/tbx-*.dixa.com\/*", "https:\/\/elev.io\/*", "https:\/\/*.helpscout.net\/*", "https:\/\/*.helpscout.com\/*", "https:\/\/*.helpscoutdocs.com\/*", "https:\/\/trengo.com\/*", "https:\/\/*.trengo.com\/*", "https:\/\/*.trengohelp.com\/*", "https:\/\/app.frontapp.com\/*", "https:\/\/*.gorgias.com\/*", "https:\/\/app.intercom.com\/*", "https:\/\/*.constantcontact.com\/*", "https:\/\/*.constantcontact.online\/*", "https:\/\/*.ctctcdn.com\/*", "https:\/\/*.pendo.io\/*", "https:\/\/*.pipedrive.com\/*", "https:\/\/*.nutshell.com\/*", "https:\/\/*.nimble.com\/*", "https:\/\/*.zapier.com\/*", "https:\/\/zapier.com\/*", "https:\/\/*.groovehq.com\/*", "https:\/\/*.atlassian.com\/*", "https:\/\/*.atlassian.net\/*", "https:\/\/trello.com\/*", "https:\/\/*.asana.com\/*", "https:\/\/*.monday.com\/*", "https:\/\/*.zoho.com\/*", "https:\/\/*.zohodesk.com\/*", "https:\/\/*.syncari.com\/*", "https:\/\/*.notion.so\/*", "https:\/\/*.clickup.com\/*", "https:\/\/*.hightouch.com\/*", "https:\/\/coda.io\/*", "https:\/\/*.calibermind.com\/*", "https:\/\/*.auth0.com\/*", "https:\/\/*.getwarmly.com\/*", "https:\/\/*.catalyst.io\/*", "https:\/\/keap.app\/*", "https:\/\/*.keapapis.com\/*", "https:\/\/*.infusionsoft.com\/*", "https:\/\/*.drata.com\/*", "https:\/\/*.assignar.com\/*", "https:\/\/*.assignar.com.au\/*", "https:\/\/*.hootsuite.com\/*", "https:\/\/hootsuite.com\/*", "https:\/\/*.spiff.com\/*", "https:\/\/*.kore.ai\/*", "https:\/\/*.drift.com\/*", "https:\/\/*.webflow.io\/*", "https:\/\/*.rekor.one\/*", "https:\/\/*.eightfold.ai\/*", "https:\/\/*.geosmartdesign.com\/*", "https:\/\/*.brevo.com\/*" ], "js": [ "contentScript.js" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ "injectedScript.js" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx3HWhM948F1Ki4spx3sVEPL6zP041IfPAMXUs0NOEtj4HjR+uetfdLbnIeGL+bbPi3C\/0r4JYo3sEqHbcUAnmeoowViId\/N2QBJXWlcB6zYnQ7wKLN0c6c0NITSu7+jBt1FDto26DCTG7q5BLpUUYp+91pXrBKzATpRj+beKbegZXcIMRAMalvcfc70tovDg1IMmKzTit11aXcof9XZiV+eSYCHc+wOcWAqadAStNc\/8DDkftbL5L9YKMj5vdTxilcwvfQ9zD8WjY7T4IxCNLFwRhkIqCgs33E663zOo+XCY5nzHR1Er16qwD4prNh1PQJmU5kPhuxO6OdfwW+qz8wIDAQAB" } |