Hesaply - Shopping Assistant

Get instant discounts and see the lowest price!

Hesaply - Shopping Assistantคืออะไร?

Hesaply - Shopping Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hesaply.com และคุณลักษณะหลักของมันคือ "Get instant discounts and see the lowest price!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hesaply - Shopping Assistant

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

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

                        Your Private Shopping Assistant!

Hesaply searches for the best price in the background and notifies you if there is a better deal for the same product. It is as simple as that!

Stop wasting money – Install Hesaply! 

How to install? 
It takes just one click, and it’s 100% free. Click on ‘Add to Chrome’

How to use it? 
Shop just like you usually do; Hesaply will only notify you if it finds a better deal. No-frills, no-ads!

How much can I save? 
Now, we are talking. Our research shows that, on average, Hesaply can find the same product at 10 percent discount. For some products, the savings reach up to 30 percent. Installing Hesaply will be the best financial decision you ever made!
 
You have a new friend who will warn you when you are about to pay more for the same product, Hesaply! It is your choice to shop from wherever you want!

You will soon start to get even cheaper prices than the cheapest deals with additional discounts exclusive to Hesaply members. All you have to do is continue to use Hesaply!
Join the Hesaply family today and save your money!                    

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

ชื่อ Hesaply - Shopping Assistant Hesaply - Shopping Assistant
ID lamilikeocnapkpbnajlpkojkibhahfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hesaply-shopping-assistan/lamilikeocnapkpbnajlpkojkibhahfa
คำอธิบาย Get instant discounts and see the lowest price!
ขนาดไฟล์ 817 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.0.12
อัปเดตครั้งล่าสุด 2021-01-02
วันที่เผยแพร่ 2020-08-12
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://hesaply.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hesaply.com
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.12",
    "manifest_version": 2,
    "icons": {
        "16": "logo\/logo_16.png",
        "32": "logo\/logo_32.png",
        "128": "logo\/logo_128.png"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo\/logo_16.png",
            "32": "logo\/logo_32.png",
            "128": "logo\/logo_128.png"
        }
    },
    "web_accessible_resources": [
        "popupInPage.js",
        "popupInPage.html",
        "assets\/css\/open-sans.css",
        "assets\/css\/font-awesome-4.7.0\/css\/font-awesome.css",
        "assets\/css\/font-awesome-4.7.0\/fonts\/fontawesome-webfont.woff2",
        "assets\/css\/bootstrap.min.css"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "webNavigation",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "page": "backgroundPage.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hepsiburada.com\/*",
                "https:\/\/*.n11.com\/*",
                "https:\/\/*.trendyol.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.argos.co.uk\/*",
                "https:\/\/*.johnlewis.com\/*",
                "https:\/\/*.very.co.uk\/*"
            ],
            "js": [
                "mainContentScript.js",
                "mainContentScripts\/mainContentScriptTR.js",
                "mainContentScripts\/mainContentScriptUK.js",
                "comparisionSiteScrapeScripts\/comparisionSiteScrapeScriptTR.js",
                "comparisionSiteScrapeScripts\/comparisionSiteScrapeScriptUK.js",
                "ecommerceScrapeScripts\/hepsiburadaScraper.js",
                "ecommerceScrapeScripts\/trendyolScraper.js",
                "ecommerceScrapeScripts\/n11Scraper.js",
                "ecommerceScrapeScripts\/amazonUKScraper.js",
                "ecommerceScrapeScripts\/argosUKScraper.js",
                "ecommerceScrapeScripts\/johnlewisUKScraper.js",
                "ecommerceScrapeScripts\/veryUKScraper.js",
                "assets\/aes.js"
            ],
            "run_at": "document_end"
        }
    ]
}