Seamless.AI

Find perfect emails, phone numbers and insights for anyone using Seamless.ai - 100% Free!

Was ist Seamless.AI?

Seamless.AI ist eine Chrome-Erweiterung, die von https://seamless.ai entwickelt wurde, und ihr Hauptmerkmal ist "Find perfect emails, phone numbers and insights for anyone using Seamless.ai - 100% Free!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Seamless.AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie Seamless.AI-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

                        Seamless.AI helps companies maximize revenue, increase sales and acquire their total addressable market instantly using artificial intelligence. Leverage the world's best sales and marketing intelligence to automate all your prospecting, list building, marketing, CRM data entry and appointment setting work today!

Join thousands of companies who are generating millions in revenue using Seamless.AI today!                    

Grundlegende Informationen zur Erweiterung

Name Seamless.AI Seamless.AI
ID dbepenphjfofmnjmlacfcdehikakmaap
Offizielle URL https://chromewebstore.google.com/detail/seamlessai/dbepenphjfofmnjmlacfcdehikakmaap
Beschreibung Find perfect emails, phone numbers and insights for anyone using Seamless.ai - 100% Free!
Dateigröße 14.41 MB
Installationsanzahl 117,437
Aktuelle Version 12.20.1
Letztes Update 2024-01-31
Veröffentlichungsdatum 2020-06-18
Bewertung 4.63/5 Insgesamt 144 Bewertungen
Entwickler https://seamless.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.seamless.ai/
Hilfeseite URL http://www.seamless.ai
URL der Datenschutzrichtlinien-Seite https://www.seamless.ai/policies?tab=policies-chromepolicy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Find perfect emails, phone numbers and insights for anyone using Seamless.ai - 100% Free!",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoRDchjVqTfMvDAXMkkvS\/KtAt3tXEJAPrVUuhmgOiOSsT6gF1UAkbBmObURjnWFtbGv1yrIgK\/hrGaiJunClJ+JIpEumPutzfU2olPDwuto1D1Wt+3UakAnmSrrcqx3X\/ixgTAH+b7B+lwSa50F4so94a1RqW\/scfiK6efxPEptY0cA0ttrYcYo26JyVjNCi8BwFzjcLN2fq+PVJbi48JCslf9k8wvCs8cZic2UlLgku0eEXjTHmGLryBKsVFfTGs7lCkfuQ81E4h7jqKeFJc02pPymT\/Vr6BJcpz0q0YKKgp\/u+gC8q3ZwWgzMxNazKqzbMLQiMLUQDbPqkKxlSzQIDAQAB",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon-48.png",
            "24": "img\/icon-48.png",
            "32": "img\/icon-48.png"
        }
    },
    "icons": {
        "16": "img\/icon-48.png",
        "32": "img\/icon-48.png",
        "48": "img\/icon-48.png",
        "96": "img\/icon-128.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "flyout.html",
        "js\/gmail.bundle.js"
    ],
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Opens the Seamless.AI sidebar"
        }
    },
    "permissions": [
        "",
        "alarms",
        "storage",
        "webNavigation",
        "cookies",
        "contextMenus"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/mail.google.com\/*",
            "*:\/\/login.seamless.ai\/*"
        ],
        "ids": [
            "dbepenphjfofmnjmlacfcdehikakmaap"
        ]
    },
    "name": "Seamless.AI",
    "version": "12.20.1",
    "content_security_policy": "default-src 'self';script-src 'self' https:\/\/cdnjs.cloudflare.co https:\/\/cdnjs.cloudflare.com https:\/\/cdn.segment.com 'sha256-NdO0hdeIIwj7CeRjge\/NtaBQ3ni+d0lAnW7p0\/jBHE0=' 'unsafe-eval';connect-src 'self' https:\/\/login.seamless.ai https:\/\/api.seamless.ai https:\/\/media.licdn.com ws:\/\/*.amazonaws.com\/ wss:\/\/*.amazonaws.com\/ https:\/\/api.rollbar.com\/ 'unsafe-eval';frame-src https:\/\/www.loom.com\/ 'unsafe-eval';object-src 'self';style-src * 'unsafe-inline' 'self' blob:;img-src * 'self' 'unsafe-inline' 'unsafe-eval' data:;font-src https:\/\/cdn.jsdelivr.net\/npm\/rsuite\/dist\/styles\/fonts\/rsuite-icon-font.woff https:\/\/cdn.jsdelivr.net\/npm\/rsuite\/dist\/styles\/fonts\/rsuite-icon-font.ttf https:\/\/fonts.gstatic.com 'unsafe-eval';"
}