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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trustradius.com และคุณลักษณะหลักของมันคือ "Find quotes from customer reviews about your product on TrustRadius. Use them in emails, sales decks, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrustRadius Quote Finder for Sales Reps
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } |