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
官方網址 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",
        "*:\/\/*\/"
    ]
}