Latest Deals

Find deals and discount codes for your favourite shops

Latest Deals란 무엇입니까?

Latest Deals은(는) https://latestdeals.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find deals and discount codes for your favourite shops"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Latest Deals 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Latest Deals extension automatically highlights deals and voucher codes whilst you shop.

A discrete prompt will appear when visiting your favourite retailers indicating how many offers or coupons are available. Clicking on the prompt will open a popup detailing the various discounts, promo codes, savings and sales available for the specific website or shop you're visiting.

The Latest Deals extension works with thousands of UK retailers and is completely free to use and install.

The extension is a great alternative to Pouch, Honey and VoucherCodes' DealFinder. Whilst other extensions often specialise in voucher codes, Latest Deals is fortunate enough to have a community of over 2 million bargain hunters who regularly share the best deals and sales they've found. You can access all of these straight from your browser with this extension.

Whether you're hunting for a deal for Black Friday, a Christmas Gift or Birthday Gift or just something to treat yourself please do give our extension a try!                    

확장 프로그램 기본 정보

이름 Latest Deals Latest Deals
ID ehllaigpicpkadibmagdgblfdlfeeahf
공식 URL https://chromewebstore.google.com/detail/latest-deals/ehllaigpicpkadibmagdgblfdlfeeahf
설명 Find deals and discount codes for your favourite shops
파일 크기 40.56 KB
설치 횟수 2,267
현재 버전 1.0.4
최근 업데이트 2023-03-02
출시 날짜 2023-03-02
평점 5.00/5 총 6 개의 평점
개발자 https://latestdeals.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.latestdeals.co.uk
도움말 페이지 URL https://www.latestdeals.co.uk/help
개인정보 보호 정책 페이지 URL https://www.latestdeals.co.uk/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest Deals",
    "version": "1.0.4",
    "icons": {
        "16": "assets\/icons\/16x16-active.png",
        "48": "assets\/icons\/48x48-active.png",
        "128": "assets\/icons\/128x128-active.png"
    },
    "description": "Find deals and discount codes for your favourite shops",
    "homepage_url": "https:\/\/www.latestdeals.co.uk\/browser-extension",
    "short_name": "Latest Deals",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "author": "Latest Deals Limited",
    "minimum_chrome_version": "49",
    "web_accessible_resources": [
        "popup.html",
        "action.html",
        "css\/content.css",
        "assets\/lightning.png",
        "assets\/logo.png"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/16x16-active.png",
            "48": "assets\/icons\/48x48-active.png",
            "128": "assets\/icons\/128x128-active.png"
        },
        "default_title": "Latest Deals",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.bundle.js"
            ]
        }
    ]
}