Sales.Rocks

Find company and contact data while browsing the Internet.

Qu'est-ce que Sales.Rocks ?

Sales.Rocks est une extension Chrome développée par Sales Rocks, et sa fonction principale est "Find company and contact data while browsing the Internet.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sales.Rocks

Téléchargez les fichiers d'extension Sales.Rocks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        With Sales.Rocks Chrome Extension you can easily find all contact information when visiting a company website with a single click. Find all Contacts by hierarchy and find their direct email addresses and social media links. Expand your search with Company information, from address, local registry number, revenue and size to detailed information like email address, phone number and social media profiles, and check the web-technologies used by the company. Create custom Lead Lists and start your direct prospecting via the Sales.Rocks Platform.

🏢 Company Search

The Company Search will retrieve data from our regularly updated and enriched B2B Database searched by the company domain. It will list 15 different data points about the company among which local address, local registry number, company size, industry and industry code (NACE), revenue and company size, year of incorporation together with contact details about the company like the email address, phone number and social media profiles. 

👔 Contact Search 

The Contact Search works also based on a search by company domain. It will retrieve all the Contacts working within the company sorted by hierarchy and department, revealing their job title, direct email address and social media links.

⚙️Web-Technologies

The Web-Tech tab unlocks the company technology stack. You can check the current web-technologies used by the company and the version of the used software. 

✉️ Lead Lists 

Once found, the Contacts can be added to a Lead List in your Sales.Rocks account. The same can be done with the whole company data. You can choose to either create a new Lead List or add the information to an existing Lead List. With a single click on the + Add to My List button you can prepare your next outreach list. 

🚀 Getting Started 

To join our 3000+ Users you would need to register for a Sales.Rocks account. This can be easily done on the Register button upon the installation of the Sales.Rocks Chrome Extension in your Browser. If you already have your Sales.Rocks account, you can connect it to the Chrome Extension with a simple Login.

With the installation of the Sales.Rocks Chrome Plugin you agree with our terms and conditions (https://sales.rocks/privacy-terms-conditions/)

Have some questions? Drop us an email at [email protected]
Made with 🧡 from the Sales.Rocks Team                    

Informations de Base sur l'Extension

Nom Sales.Rocks Sales.Rocks
ID lkjjmginpielfdegmklfjfddmiebdddj
URL Officiel https://chromewebstore.google.com/detail/salesrocks/lkjjmginpielfdegmklfjfddmiebdddj
Description Find company and contact data while browsing the Internet.
Taille du Fichier 5.81 MB
Nombre d'Installations 1,086
Version Actuelle 1.0.9
Dernière Mise à Jour 2024-01-18
Date de Publication 2021-07-01
Évaluation 5.00/5 Total 10 Évaluations
Développeur Sales Rocks
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sales.rocks/
URL de la Page d'Aide https://help.sales.rocks
URL de la Page de Politique de Confidentialité https://sales.rocks/privacy-terms-conditions
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sales.Rocks",
    "description": "Find company and contact data while browsing the Internet.",
    "version": "1.0.9",
    "author": "Sales.Rocks BV.",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/sr_logo_48.png",
        "128": "icons\/sr_logo_128.png"
    },
    "action": {
        "default_title": "Sales.Rocks",
        "default_popup": "popup.html",
        "default_icons": {
            "48": "icons\/sr_logo_48.png",
            "128": "icons\/sr_logo_128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "*:\/\/app.sales.rocks\/*",
            "*:\/\/*.demoday.eu\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.linkedin.com\/",
        "*:\/\/api.sales.rocks\/*",
        ""
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self'; connect-src 'self' *; style-src 'self' https:\/\/* 'unsafe-inline'; font-src 'self' data: https:\/\/fonts.gstatic.com 'unsafe-inline'; img-src 'self' http:\/\/www.w3.org\/2000\/svg https:\/\/cdn.sales.rocks\/ data:; script-src 'self' 'wasm-unsafe-eval'"
    }
}