Sales.Rocks

Find company and contact data while browsing the Internet.

Co je Sales.Rocks?

Sales.Rocks je rozšíření Chrome vyvinuté Sales Rocks, a jeho hlavní funkcí je „Find company and contact data while browsing the Internet.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Sales.Rocks

Stáhněte si soubory rozšíření Sales.Rocks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Sales.Rocks Sales.Rocks
ID lkjjmginpielfdegmklfjfddmiebdddj
Oficiální URL https://chromewebstore.google.com/detail/salesrocks/lkjjmginpielfdegmklfjfddmiebdddj
Popis Find company and contact data while browsing the Internet.
Velikost souboru 5.81 MB
Počet instalací 1,086
Aktuální Verze 1.0.9
Poslední Aktualizace 2024-01-18
Datum Vydání 2021-07-01
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář Sales Rocks
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sales.rocks/
URL Stránky Nápovědy https://help.sales.rocks
URL Stránky Zásad Ochrany Soukromí https://sales.rocks/privacy-terms-conditions
Podporované Jazyky 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'"
    }
}