OpenSales: 100% Free Email Finder.

OpenSales: 100% Free Email Finder.

Wat is OpenSales: 100% Free Email Finder.?

OpenSales: 100% Free Email Finder. is een Chrome-extensie ontwikkeld door https://opensales.co, en de belangrijkste functie is "OpenSales: 100% Free Email Finder.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OpenSales: 100% Free Email Finder.

Download OpenSales: 100% Free Email Finder.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OpenSales: 100% Free Email Finder. OpenSales: 100% Free Email Finder.
ID bodbnhmhdiinkoaekanfjdjmgpfpfaon
Officiële URL https://chromewebstore.google.com/detail/opensales-100%25-free-email/bodbnhmhdiinkoaekanfjdjmgpfpfaon
Beschrijving OpenSales: 100% Free Email Finder.
Bestandsgrootte 152 KB
Aantal Installaties 242
Huidige Versie 0.1.3
Laatst Bijgewerkt 2021-06-16
Publicatiedatum 2021-05-05
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar https://opensales.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://opensales.co
URL van de Privacybeleid Pagina https://opensales.co/privacy
Ondersteunde Talen 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'"
}