RocketReach Chrome Extension
The RocketReach Extension helps you prospect on popular social media sites and discover company connections from any website.
RocketReach Chrome Extensionคืออะไร?
RocketReach Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rocketreach.co และคุณลักษณะหลักของมันคือ "The RocketReach Extension helps you prospect on popular social media sites and discover company connections from any website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RocketReach Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย RocketReach Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's the perfect companion to RocketReach to speed up your workflow and improve your prospecting. WHY ROCKETREACH? - We are a top email finder and sales prospecting tool trusted by 13 million users - 300,000+ users have downloaded the extension - Works on popular sites including LinkedIn and millions of company pages MOST ACCURATE RocketReach is the most accurate email finder, and it's easy to use. RocketReach will return emails and social links for at least 85% of your prospects. Emails are SMTP validated in real time to ensure maximum accuracy. MOST COMPLETE Our database contains more than 700 million profiles across 35 million companies, as well as billions of phone numbers and email addresses. If you're looking for a particular individual, or thousands of contacts meeting your criteria, RocketReach has the information you need. Website: https://rocketreach.co/ Twitter: @RocketReachCo
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RocketReach Chrome Extension |
ID | oiecklaabeielolbliiddlbokpfnmhba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rocketreach-chrome-extens/oiecklaabeielolbliiddlbokpfnmhba |
คำอธิบาย | The RocketReach Extension helps you prospect on popular social media sites and discover company connections from any website. |
ขนาดไฟล์ | 318 KB |
จำนวนการติดตั้ง | 341,150 |
เวอร์ชันปัจจุบัน | 2.0.69 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2020-03-07 |
คะแนน | 4.24/5 รวมทั้งหมด 433 คะแนน |
ผู้พัฒนา | https://rocketreach.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://rocketreach.co/chrome_extension |
URL หน้าช่วยเหลือ | https://rocketreach.co/contact_us |
URL หน้านโยบายความเป็นส่วนตัว | http://rocketreach.co/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RocketReach Chrome Extension", "version": "2.0.69", "description": "The RocketReach Extension helps you prospect on popular social media sites and discover company connections from any website.", "minimum_chrome_version": "93", "permissions": [ "storage", "unlimitedStorage", "alarms", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "\/assets\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "chunks\/*-*.js", "ui\/content-script\/index.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "*:\/\/*\/*" ] } ], "action": { "default_title": "RocketReach", "default_popup": "ui\/popup\/index.html", "default_icon": { "16": "assets\/icons\/plugin-icon-16.png", "24": "assets\/icons\/plugin-icon-24.png", "32": "assets\/icons\/plugin-icon-32.png" } }, "icons": { "16": "assets\/icons\/plugin-icon-16.png", "24": "assets\/icons\/plugin-icon-24.png", "32": "assets\/icons\/plugin-icon-32.png", "48": "assets\/icons\/plugin-icon-48.png", "128": "assets\/icons\/plugin-icon-128.png" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "content_scripts": [ { "js": [ "ui\/content-script\/import-index.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/plugin.rocketreach.co\/*" ] } } |