Hansel

Buy Better With Hansel

Hanselคืออะไร?

Hansel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gethansel.com และคุณลักษณะหลักของมันคือ "Buy Better With Hansel"

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

screenshot

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

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

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

                        Hansel saves you time and money by adding expert product reviews to your favorite online stores.

⭐     Automatically get top reviews from YouTube, Reddit, and blogs.

🛒.    Works on most major stores including Amazon, Walmart, and Target.

🎯     Find the right products faster with less effort.

By using this add-on, you agree to the Hansel Terms of Service available at https://www.gethansel.com/terms-of-service                    

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

ชื่อ Hansel Hansel
ID fegnnoakaaeojeaoalgkcmdffmjpkogn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hansel/fegnnoakaaeojeaoalgkcmdffmjpkogn
คำอธิบาย Buy Better With Hansel
ขนาดไฟล์ 3.12 MB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 2.0.0.14
อัปเดตครั้งล่าสุด 2022-05-05
วันที่เผยแพร่ 2020-06-20
คะแนน 5.00/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา https://www.gethansel.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gethansel.com/shoppers
URL หน้าช่วยเหลือ https://www.gethansel.com/shoppers
URL หน้านโยบายความเป็นส่วนตัว https://www.gethansel.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Hansel",
    "name": "Hansel",
    "version": "2.0.0.14",
    "version_name": "2.0.0.14",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAubCh2ixHudpJX4Ey6LhIFc8KFWqNRAGozhW0Hjs3h50RqKph77UtylndGcGD3ZhU1b9Saszd+9hIOGsAwcYlXe3GgJQxUAzCfKiBnAZ5jK4F1\/Mt0chra6k6i6Y+FRFrSXUEDU0UDkHdq6DhFRZ6oLWeR26ZVUdXl\/CvdBPGgqIv+nIYO5mMlYxyCYqX0j3\/53XNnn+yoXyNcdNRLfTfoQac7Jqbc1uwiB+5x7EaXbOgH\/NOAh50Dyu47pkhZlZJcX5eqCw3igKrs6\/FGzBmLG3uTFyLVoeYdXEJg0Hb+IkWUltkzVVtZKEkz48AJYq0MvE5hJNlFRq9XNbQzEDqfQIDAQAB",
    "description": "Buy Better With Hansel",
    "icons": {
        "16": "\/assets\/hansel-ico.png",
        "48": "\/assets\/hansel-ico.png",
        "128": "\/assets\/hansel-ico.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Hansel",
        "default_icon": "\/assets\/hansel-ico.png",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3001\/*",
            "https:\/\/console.gethansel.com\/*"
        ]
    },
    "web_accessible_resources": [
        "assets\/*.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "banner.js"
            ]
        }
    ]
}