Yajny

Get Cashback With One Click With Yajny extension you can get your cashback deal while searching and exploring your favorite online…

Yajny là gì?

Yajny là một tiện ích mở rộng Chrome được phát triển bởi https://yajny.com, và tính năng chính của nó là "Get Cashback With One Click With Yajny extension you can get your cashback deal while searching and exploring your favorite online…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yajny

Tải xuống các tệp mở rộng Yajny dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get Cashback With One Click
With Yajny extension you can get your cashback deal while searching and exploring your favorite online stores, you don’t have to open Yajny.com and search for the store you want to buy from and get your cashback deal, you have another way to get the best deals with a hassle free experience. All you have to do is to use the Yajny extension on Google Chrome to be able to activate your cashback on the spot while shopping at any store available on Yajny. So now you can get the best cashback deals with one click. 
Shop Smarter and Faster With Yajny
By using Yajny extension you will find the best deals without any effort and you will also be able to shop smarter. You will be able to save time and effort by using this extension, as it will also apply the best coupon for you automatically. Compare all the deals and offers available on your favorite stores by one click.
Earn Money While Shopping Online
Yajny extension provides you with the information needed about your cashback account. You can always check your earned cashback balance through the extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yajny Yajny
ID ndbjflellmcbcolfgdbgihiilfbbfjhb
URL Chính Thức https://chromewebstore.google.com/detail/yajny/ndbjflellmcbcolfgdbgihiilfbbfjhb
Mô tả Get Cashback With One Click With Yajny extension you can get your cashback deal while searching and exploring your favorite online…
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-03-02
Ngày Phát Hành 2022-03-02
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://yajny.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yajny.com
URL Trang Trợ Giúp https://yajny.com/en/contact-us
URL Trang Chính Sách Bảo Mật https://yajny.com/en/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "",
    "homepage_url": "https:\/\/yajny.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "options_page": "src\/options\/index.html",
    "action": {
        "default_popup": "src\/browser_action\/popup.html",
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_app_name__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/angular\/angular.min.js",
                "js\/dataprovider.js",
                "src\/inject\/inject.js",
                "src\/inject\/injectDataProvider.js",
                "src\/inject\/inject_apply_coupon.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/config.js",
                "js\/jquery.min.js",
                "js\/angular\/angular.min.js",
                "js\/dataprovider.js",
                "src\/bg\/background.js",
                "src\/inject\/inject.js",
                "src\/inject\/injectScript.js",
                "src\/partials\/*.*",
                "icons\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}