Semalt Einstein

Semalt Einstein

Semalt Einsteinคืออะไร?

Semalt Einstein เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Semalt company และคุณลักษณะหลักของมันคือ "Semalt Einstein"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Semalt Einstein

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        "*:\/\/*\/"
    ]
}