Earny - Up to 20% Cash Back

Earny: Money Back Savings App

Earny - Up to 20% Cash Backとは何ですか?

Earny - Up to 20% Cash Backはhttps://earny.comによって開発されたChromeの拡張機能で、その主な機能は「Earny: Money Back Savings App」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Earny - Up to 20% Cash Back拡張機能のCRXファイルをダウンロード

Earny - Up to 20% Cash Back拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Earny - Up to 20% Cash Back Earny - Up to 20% Cash Back
ID ogbhbgkiojdollpjbhbamafmedkeockb
公式URL https://chromewebstore.google.com/detail/earny-up-to-20%25-cash-back/ogbhbgkiojdollpjbhbamafmedkeockb
説明 Earny: Money Back Savings App
ファイルサイズ 4.65 MB
インストール数 20,000
現在のバージョン 1.8.2
最終更新日 2023-04-05
公開日 2020-06-29
評価 3.46/5 合計 80 レビュー
開発者 https://earny.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.earny.com
ヘルプページのURL http://support.earny.co
プライバシーポリシーページのURL https://support.earny.co/hc/en-us/articles/218609757-Privacy-Policy
対応言語 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'"
    }
}