Sales.Rocks

Find company and contact data while browsing the Internet.

Was ist Sales.Rocks?

Sales.Rocks ist eine Chrome-Erweiterung, die von Sales Rocks entwickelt wurde, und ihr Hauptmerkmal ist "Find company and contact data while browsing the Internet.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Sales.Rocks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sales.Rocks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Sales.Rocks Sales.Rocks
ID lkjjmginpielfdegmklfjfddmiebdddj
Offizielle URL https://chromewebstore.google.com/detail/salesrocks/lkjjmginpielfdegmklfjfddmiebdddj
Beschreibung Find company and contact data while browsing the Internet.
Dateigröße 5.81 MB
Installationsanzahl 1,086
Aktuelle Version 1.0.9
Letztes Update 2024-01-18
Veröffentlichungsdatum 2021-07-01
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler Sales Rocks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sales.rocks/
Hilfeseite URL https://help.sales.rocks
URL der Datenschutzrichtlinien-Seite https://sales.rocks/privacy-terms-conditions
Unterstützte Sprachen 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'"
    }
}