Sales.Rocks

Find company and contact data while browsing the Internet.

Co to jest Sales.Rocks?

Sales.Rocks to rozszerzenie Chrome opracowane przez Sales Rocks, a jego główną funkcją jest „Find company and contact data while browsing the Internet.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sales.Rocks

Pobierz pliki rozszerzeń Sales.Rocks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Sales.Rocks Sales.Rocks
ID lkjjmginpielfdegmklfjfddmiebdddj
Oficjalny URL https://chromewebstore.google.com/detail/salesrocks/lkjjmginpielfdegmklfjfddmiebdddj
Opis Find company and contact data while browsing the Internet.
Rozmiar pliku 5.81 MB
Liczba instalacji 1,086
Aktualna Wersja 1.0.9
Ostatnia Aktualizacja 2024-01-18
Data Publikacji 2021-07-01
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper Sales Rocks
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sales.rocks/
Adres URL Strony Pomocy https://help.sales.rocks
Adres URL Strony Polityki Prywatności https://sales.rocks/privacy-terms-conditions
Obsługiwane Języki 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'"
    }
}