Active Junky: Cash Back Browser Extension

chrome extension

Active Junky: Cash Back Browser Extension란 무엇입니까?

Active Junky: Cash Back Browser Extension은(는) https://activejunky.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "chrome extension"입니다.

확장 프로그램 스크린샷

screenshot

Active Junky: Cash Back Browser Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Active Junky Browser Extension is the easiest way to get Cash Back while you shop at your favorite Outdoor brands and retailers. Once you add the extension to your Chrome or Firefox browser, we will automatically notify you that Cash Back is available on your purchase. Once you click to activate, you will receive Cash Back on your order - it’s as easy as that!

In addition to being notified when Cash Back is available, you can easily access your Account information and see your 'Pending Cash Back'. We will also display Cash Back rates on stores you've recently visited, and show you some deals those stores might be offering to make sure you're getting the best deal possible. 

Start earning Cash Back on every purchase today with Active Junky!                    

확장 프로그램 기본 정보

이름 Active Junky: Cash Back Browser Extension Active Junky: Cash Back Browser Extension
ID gnkeincopncoghpfiepmdnlonocbfgah
공식 URL https://chromewebstore.google.com/detail/active-junky-cash-back-br/gnkeincopncoghpfiepmdnlonocbfgah
설명 chrome extension
파일 크기 1.82 MB
설치 횟수 3,858
현재 버전 2.0.1
최근 업데이트 2023-09-29
출시 날짜 2021-01-07
평점 5.00/5 총 3 개의 평점
개발자 https://activejunky.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.activejunky.com/
도움말 페이지 URL https://www.activejunky.com/about_us/extension-help
개인정보 보호 정책 페이지 URL https://www.activejunky.com/about_us/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Active Junky: Cash Back Browser Extension",
    "version": "2.0.1",
    "description": "chrome extension",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "black-and-white-32.png",
        "default_title": "Active Junky"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16959308401.chunk.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/png\/*.png",
                "\/assets\/img\/*.png",
                "\/assets\/png\/imgBig-logo.chunk.png",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}