Cently: Automatic Coupons + Cashback for Free

Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.

O que é Cently: Automatic Coupons + Cashback for Free?

Cently: Automatic Coupons + Cashback for Free é uma extensão do Chrome desenvolvida por https://couponfollow.com, e sua principal característica é "Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cently: Automatic Coupons + Cashback for Free

Baixe arquivos de extensão Cently: Automatic Coupons + Cashback for Free no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Add Cently for free to save an average of $15 per purchase through automatically applied coupon codes. Plus, get cashback on thousands of popular shopping sites.
 
🛍️ Cently works at all of your favorite online stores
Shop confidently with the best promo codes for the most popular stores. Or, simply browse for deals on pizza, food delivery, travel, fashion, electronics, and home improvement.

⭐ Thousands of trusted reviews
Don't just take our word for it: check out 15,000+ 5-star reviews from real users, and read about our best money saving tips as reported by CNBC, CNET, Time Magazine, PC Mag, and US News

💰 Instant coupons and cashback on thousands of top shopping sites
Stop wasting your time with expired coupon codes. Let Cently apply the best promo codes and cashback offers, automatically searching through popular and hard-to-find coupons every time you shop online.

✅ Save with hidden deals on Amazon
Amazon shoppers have saved an average of 20% with Cently. We instantly check if you can get a better price from trusted third party sellers, including those offering Prime. 

💸 Browse our best available coupons for a specific store
Stop playing the "is it expired?" game, and save time by browsing a list of verified coupon codes from your favorite store.

----------------------------------------------  

If you have any questions at all please contact us directly at: https://support.couponfollow.com/ and we’ll help you out!

If you have any concerns please view our Terms of Service at https://couponfollow.com/docs/terms-of-use

Cently may earn a commission when you use one of our coupons/links to make a purchase.                    

Informações Básicas da Extensão

Nome Cently: Automatic Coupons + Cashback for Free Cently: Automatic Coupons + Cashback for Free
ID kegphgaihkjoophpabchkmpaknehfamb
URL Oficial https://chromewebstore.google.com/detail/cently-automatic-coupons/kegphgaihkjoophpabchkmpaknehfamb
Descrição Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.
Tamanho do Arquivo 2.59 MB
Contagem de Instalações 193,392
Versão Atual 7.6.0
Última Atualização 2024-01-27
Data de Publicação 2020-07-02
Classificação 4.87/5 Total de 15288 Avaliações
Desenvolvedor https://couponfollow.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://couponfollow.com/checkout
URL da Página de Ajuda https://couponfollow.com/checkout/help
URL da Página de Política de Privacidade https://couponfollow.com/checkout/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cently: Automatic Coupons + Cashback for Free",
    "description": "Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.",
    "version": "7.6.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/catc2-16.png",
        "48": "icons\/catc2-32.png",
        "64": "icons\/catc2-64.png",
        "128": "icons\/catc2-128.png"
    },
    "action": {
        "default_title": "Cently",
        "default_icon": {
            "128": "icons\/catc2-disabled-128.png"
        }
    },
    "permissions": [
        "storage",
        "alarms",
        "webRequest",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/fonts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "siteScript.js",
                "*.js.map",
                "*.css",
                "*.css.map",
                "fonts\/*",
                "images\/*",
                "merchantTermsPage.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}