Semalt Einstein

Semalt Einstein

什么是Semalt Einstein?

Semalt Einstein是由Semalt company开发的Chrome扩展程序,该扩展的主要功能是“Semalt Einstein”。

扩展截图

screenshot

下载Semalt Einstein扩展crx文件

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

扩展使用说明

                        Semalt Einstein is an extension designed for corporate use of Semalt employees.

Semalt Einstein provides:
- answers to questions that registered users ask most frequently;
- work instructions for sales managers and SEO specialists;
- knowledge base on search engine optimization and marketing.

This extension is designed to improve the quality of customer support provided for Semalt.com users.


------------------------------
User Data Policy
To get access to the extension, you need to log into the admin panel using your account details.
Account details are provided for all employees by the Semalt system administrator.
Once logged in, you will get access to the extension.
If your account details are changed, or if your Semalt employee account is deleted, you won’t be able to use the extension.                    

扩展基本信息

名称 Semalt Einstein Semalt Einstein
ID anboddeaaepibakchobdfgjjpmpfhjka
官方URL https://chromewebstore.google.com/detail/semalt-einstein/anboddeaaepibakchobdfgjjpmpfhjka
简介 Semalt Einstein
文件大小 31.74 KB
安装次数 58
当前版本 1.0.4
更新时间 2021-06-23
上架时间 2019-05-12
评分 5.00/5 共1次评分
开发者 Semalt company
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://semalt.com/contacts
隐私政策页面URL https://semalt.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Semalt Einstein",
    "version": "1.0.4",
    "description": "Semalt Einstein",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Welcome to Semalt Einstein"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "background",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/"
    ]
}