Earny - Up to 20% Cash Back

Earny: Money Back Savings App

Qu'est-ce que Earny - Up to 20% Cash Back ?

Earny - Up to 20% Cash Back est une extension Chrome développée par https://earny.com, et sa fonction principale est "Earny: Money Back Savings App".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Earny - Up to 20% Cash Back

Téléchargez les fichiers d'extension Earny - Up to 20% Cash Back au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        AUTOMATIC CASHBACK
Automatically get cashback of up to 20% on your purchases! With just one click to activate while shopping, Earny will automatically give you cashback on your purchases. 
 
NEVER OVERPAY
Earny tracks the prices of billions of products online and gives you access to see the price history of items you want to buy! Not ready to purchase? Add the item to your Earny Watchlist and get notified within minutes of when prices drop.
 
PRICE PROTECTION
Earny tracks your purchases, travel reservations and deliveries and will get you money back if prices drop or deliveries are late after you make a purchase.
 
CASH REWARDS WITH FRIENDS
Use our Cash Back from Friends feature to get paid every time your friends make a purchase you recommended them. Every link you share with friends will be converted to your personal referral link that will earn you cashback when your friends shop with your recommendations. 
Happy Earnings!
---------------------------------------------------- 
By using this add-on, you agree to the Earny Terms & Conditions available at www.earny.com
Disclaimer: This extension uses Google Analytics to collect extension usage statistics to help improve user experience.                    

Informations de Base sur l'Extension

Nom Earny - Up to 20% Cash Back Earny - Up to 20% Cash Back
ID ogbhbgkiojdollpjbhbamafmedkeockb
URL Officiel https://chromewebstore.google.com/detail/earny-up-to-20%25-cash-back/ogbhbgkiojdollpjbhbamafmedkeockb
Description Earny: Money Back Savings App
Taille du Fichier 4.65 MB
Nombre d'Installations 20,000
Version Actuelle 1.8.2
Dernière Mise à Jour 2023-04-05
Date de Publication 2020-06-29
Évaluation 3.46/5 Total 80 Évaluations
Développeur https://earny.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.earny.com
URL de la Page d'Aide http://support.earny.co
URL de la Page de Politique de Confidentialité https://support.earny.co/hc/en-us/articles/218609757-Privacy-Policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Earny - Up to 20% Cash Back",
    "short_name": "Earny",
    "version": "1.8.2",
    "description": "Earny: Money Back Savings App",
    "icons": {
        "16": "icons\/logo-40.png",
        "48": "icons\/logo-80.png",
        "128": "icons\/logo-180.png"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "Earny"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script\/processor.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script\/clipboard-monitor-processor.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script\/static\/js\/2.chunk.js",
                "content-script\/static\/js\/main.chunk.js",
                "content-script\/static\/js\/runtime-main.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "content-script\/static\/css\/main.chunk.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-script\/static\/js\/main.chunk.js",
                "content-script\/static\/js\/runtime-main.js",
                "content-script\/static\/css\/2.chunk.css",
                "content-script\/static\/css\/main.chunk.css",
                "content-script\/extend-native-history-api.js",
                "fonts\/*.ttf"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "notifications",
        "clipboardWrite",
        "clipboardRead",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}