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."입니다.
확장 프로그램 스크린샷
TrustRadius Quote Finder for Sales Reps 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |