Seamless.AI

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

什么是Seamless.AI?

Seamless.AI是由https://seamless.ai开发的Chrome扩展程序,该扩展的主要功能是“Find perfect emails, phone numbers and insights for anyone using Seamless.ai - 100% Free!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Seamless.AI扩展crx文件

下载Seamless.AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Seamless.AI Seamless.AI
ID dbepenphjfofmnjmlacfcdehikakmaap
官方URL https://chromewebstore.google.com/detail/seamlessai/dbepenphjfofmnjmlacfcdehikakmaap
简介 Find perfect emails, phone numbers and insights for anyone using Seamless.ai - 100% Free!
文件大小 14.41 MB
安装次数 117,437
当前版本 12.20.1
更新时间 2024-01-31
上架时间 2020-06-18
评分 4.63/5 共144次评分
开发者 https://seamless.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.seamless.ai/
帮助页面URL http://www.seamless.ai
隐私政策页面URL https://www.seamless.ai/policies?tab=policies-chromepolicy
支持的语言 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';"
}