Sales.Rocks

Find company and contact data while browsing the Internet.

Cos'è Sales.Rocks?

Sales.Rocks è un'estensione di Chrome sviluppata da Sales Rocks, e la sua funzione principale è "Find company and contact data while browsing the Internet.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sales.Rocks

Scarica i file di estensione Sales.Rocks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Sales.Rocks Sales.Rocks
ID lkjjmginpielfdegmklfjfddmiebdddj
URL Ufficiale https://chromewebstore.google.com/detail/salesrocks/lkjjmginpielfdegmklfjfddmiebdddj
Descrizione Find company and contact data while browsing the Internet.
Dimensione del File 5.81 MB
Conteggio Installazioni 1,086
Versione Corrente 1.0.9
Ultimo Aggiornamento 2024-01-18
Data di Pubblicazione 2021-07-01
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore Sales Rocks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sales.rocks/
URL della Pagina di Aiuto https://help.sales.rocks
URL della Pagina della Politica sulla Privacy https://sales.rocks/privacy-terms-conditions
Lingue Supportate 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'"
    }
}