OpenSales: 100% Free Email Finder.

OpenSales: 100% Free Email Finder.

OpenSales: 100% Free Email Finder. क्या है?

OpenSales: 100% Free Email Finder. https://opensales.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OpenSales: 100% Free Email Finder."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OpenSales: 100% Free Email Finder. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम OpenSales: 100% Free Email Finder. OpenSales: 100% Free Email Finder.
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'"
}