SmartHint

Verifica se o script da SmartHint está instalado

SmartHintคืออะไร?

SmartHint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.smarthint.co และคุณลักษณะหลักของมันคือ "Verifica se o script da SmartHint está instalado"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SmartHint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Verifica se o script da SmartHint está instalado, permitindo verificar o tipo da página e as posições que serão utilizadas para as recomendações.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SmartHint SmartHint
ID iojdllcccblbhnmidkcjkldijflcoblb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smarthint/iojdllcccblbhnmidkcjkldijflcoblb
คำอธิบาย Verifica se o script da SmartHint está instalado
ขนาดไฟล์ 367 KB
จำนวนการติดตั้ง 2,701
เวอร์ชันปัจจุบัน 1.0.0.3
อัปเดตครั้งล่าสุด 2022-06-11
วันที่เผยแพร่ 2019-04-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.smarthint.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.smarthint.co/
URL หน้าช่วยเหลือ https://www.smarthint.co/contato/
URL หน้านโยบายความเป็นส่วนตัว https://www.smarthint.co/termos-e-condicoes-de-uso-do-site
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartHint",
    "author": "SmartHint",
    "version": "1.0.0.3",
    "short_name": "SmartHint",
    "description": "Verifica se o script da SmartHint est\u00e1 instalado",
    "icons": {
        "32": "images\/SmartHint-logo.png",
        "128": "images\/SmartHint-128.png"
    },
    "browser_action": {
        "default_title": "SmartHint Checker",
        "default_icon": "images\/SmartHint-logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}