Webtastic AI: B2B data anywhere

Find B2B emails, company technology stack, funding, website performance and 40+ more sales signals

Τι είναι το Webtastic AI: B2B data anywhere;

Το Webtastic AI: B2B data anywhere είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://webtastic.ai, και η κύρια λειτουργία του είναι "Find B2B emails, company technology stack, funding, website performance and 40+ more sales signals".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Webtastic AI: B2B data anywhere

Λήψη αρχείων επέκτασης Webtastic AI: B2B data anywhere σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        📣 Find the right buyers, connect faster, and grow your business. 

Uncover verified contact data and gain deeper insights into your prospects with Webtastic AI's Chrome Extension.

🔥 HOW DOES IT WORK?

🔎 LinkedIn Prospector - Prospect faster with Webtastic AI’s verified contact data and insights directly on LinkedIn. Use the extension to find people’s email addresses and directly add them to your lead lists without leaving LinkedIn.

🕵 Webtastic AI Everywhere - Webtastic AI’s extension layers over your prospect’s webpage to help you access contact data as well as key company and financial information without leaving your prospect’s websites.

🆓 FREE TO START!

Unlock value at the get-go with Webtatic’s free pricing tier that provides you access to our Chrome Extension and comes with 50 free credits.

💥 WHY WEBTASTIC?

Webtastic AI is the fastest growing, most up-to-date and highliest enriched B2B database, along with over 40 unique targeting layers to not only uncover companies ready-to-buy your product or services but also find the decision makers in these companies. 

Use Webtastic AI to find your best prospects, reach and connect with decision makers, fill your pipeline and maximize your revenue potential. 

Access information on 650M contacts in over 26M companies. More connection, less spam. Webtastic AI is simple to set up, free to try, and performs right from the get-go.

For more info:
Email: [email protected]
Website: https://webtastic.ai
Privacy Policy: https://webtastic.ai/privacy                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Webtastic AI: B2B data anywhere Webtastic AI: B2B data anywhere
ID cajimanapllloaihefjocmiadkpiongj
Επίσημο URL https://chromewebstore.google.com/detail/webtastic-ai-b2b-data-any/cajimanapllloaihefjocmiadkpiongj
Περιγραφή Find B2B emails, company technology stack, funding, website performance and 40+ more sales signals
Μέγεθος Αρχείου 641 KB
Αριθμός Εγκαταστάσεων 166
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2024-02-02
Ημερομηνία Δημοσίευσης 2023-11-27
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://webtastic.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://webtastic.ai
URL της Σελίδας Πολιτικής Απορρήτου https://webtastic.ai/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webtastic AI: B2B data anywhere",
    "version": "1.2.4",
    "description": "Find B2B emails, company technology stack, funding, website performance and 40+ more sales signals",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon_32.png"
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "512": "icon_512.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle1706877855759.chunk.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/detect-technologies.js"
            ],
            "run_at": "document_idle",
            "css": []
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/iframe.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*.js",
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "images\/icons\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}