OpenSales: 100% Free Email Finder.
OpenSales: 100% Free Email Finder.
OpenSales: 100% Free Email Finder.คืออะไร?
OpenSales: 100% Free Email Finder. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://opensales.co และคุณลักษณะหลักของมันคือ "OpenSales: 100% Free Email Finder."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenSales: 100% Free Email Finder.
ดาวน์โหลดไฟล์ส่วนขยาย OpenSales: 100% Free Email Finder. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
OpenSales is a community-powered extension to find valid contact information for your prospects across the web.
❤️ 100% Free Email Finder
OpenSales has no paid plans, we're a peer to peer network of salespeople who share basic contact information.
🤝 Powered by Community
The ask is simple, share your prospects contact information in exchange for access to our technology.
✉️ Valid Contact Information
OpenSales vast network of salespeople sharing up to date contact information means that emails we provide are valid. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bodbnhmhdiinkoaekanfjdjmgpfpfaon |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/opensales-100%25-free-email/bodbnhmhdiinkoaekanfjdjmgpfpfaon |
| คำอธิบาย | OpenSales: 100% Free Email Finder. |
| ขนาดไฟล์ | 152 KB |
| จำนวนการติดตั้ง | 242 |
| เวอร์ชันปัจจุบัน | 0.1.3 |
| อัปเดตครั้งล่าสุด | 2021-06-16 |
| วันที่เผยแพร่ | 2021-05-05 |
| คะแนน | 4.50/5 รวมทั้งหมด 8 คะแนน |
| ผู้พัฒนา | https://opensales.co |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://opensales.co |
| URL หน้านโยบายความเป็นส่วนตัว | https://opensales.co/privacy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OpenSales: 100% Free Email Finder.",
"version": "0.1.3",
"manifest_version": 2,
"description": "OpenSales: 100% Free Email Finder.",
"homepage_url": "https:\/\/opensales.co",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"src\/jquery.js",
"src\/bg\/background.js"
],
"persistent": true
},
"permissions": [
"https:\/\/*.opensales.co\/*",
"https:\/\/*.linkedin.com\/*"
],
"optional_permissions": [
"https:\/\/*.mail.google.com\/*"
],
"browser_action": {
"name": "OpenSales"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.linkedin.com\/*"
],
"js": [
"src\/jquery.js",
"src\/jquery-ui.js",
"src\/base64.js",
"src\/interact.js",
"src\/inject\/inject.js"
],
"css": []
}
],
"minimum_chrome_version": "55",
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |