OpenSales: 100% Free Email Finder.
OpenSales: 100% Free Email Finder.
什麼是OpenSales: 100% Free Email Finder.?
OpenSales: 100% Free Email Finder.是由https://opensales.co開發的Chrome擴展程式,該擴展的主要功能是“OpenSales: 100% Free Email Finder.”。
擴展截圖
下載OpenSales: 100% Free Email Finder.擴展crx文件
下載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 |
| 官方網址 | 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'"
} | |