TrustRadius Quote Finder for Sales Reps

Find quotes from customer reviews about your product on TrustRadius. Use them in emails, sales decks, and more.

什么是TrustRadius Quote Finder for Sales Reps?

TrustRadius Quote Finder for Sales Reps是由https://trustradius.com开发的Chrome扩展程序,该扩展的主要功能是“Find quotes from customer reviews about your product on TrustRadius. Use them in emails, sales decks, and more.”。

扩展截图

screenshot
screenshot
screenshot

下载TrustRadius Quote Finder for Sales Reps扩展crx文件

下载TrustRadius Quote Finder for Sales Reps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily search and copy-paste without leaving your browser.

Your buyers want to hear from others just like them. Quotes from real customers build trust and help you sell. TrustRadius helps you get your customers on record with detailed, high-quality reviews that do the selling for you.

WHAT CUSTOMERS ARE SAYING
“TrustRadius was the obvious choice for us and the standard to beat when it comes to 3rd party B2B customer reviews in the tech space.”
- Mauricio Barberi, Chief Marketing Officer, CMiC

NOTE: A premium TrustRadius account is required to use this extension. Visit go.trustradius.com/request-demo to learn more.                    

扩展基本信息

名称 TrustRadius Quote Finder for Sales Reps TrustRadius Quote Finder for Sales Reps
ID nlgodccikemdfkebnefkhgiooaapjfie
官方URL https://chromewebstore.google.com/detail/trustradius-quote-finder/nlgodccikemdfkebnefkhgiooaapjfie
简介 Find quotes from customer reviews about your product on TrustRadius. Use them in emails, sales decks, and more.
文件大小 1.18 MB
安装次数 647
当前版本 1.0.20
更新时间 2023-09-11
上架时间 2020-12-12
评分 5.00/5 共10次评分
开发者 https://trustradius.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.trustradius.com/
隐私政策页面URL https://www.trustradius.com/static/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrustRadius Quote Finder for Sales Reps",
    "description": "Find quotes from customer reviews about your product on TrustRadius. Use them in emails, sales decks, and more.",
    "version": "1.0.20",
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src 'self'; script-src-elem 'self'; connect-src * data; img-src 'self' data: https:\/\/media.trustradius.com https:\/\/static.trustradius.com; style-src 'self' 'unsafe-inline'; font-src 'self' data: https:\/\/fonts.gstatic.com"
    },
    "manifest_version": 3,
    "icons": {
        "512": "logo512.png"
    },
    "action": {
        "default_icon": "logo512.png",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.trustradius.com\/*apiKey*"
        ]
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+T"
            },
            "description": "Opens TrustQuotes Chrome Extension"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.trustradius.com\/*"
    ]
}