NICKLpass - No news paywalls, Save money

NICKLpass enables you to access news and information with one account and one payment. We sell our product to enterprises that have…

NICKLpass - No news paywalls, Save money란 무엇입니까?

NICKLpass - No news paywalls, Save money은(는) https://nicklpass.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NICKLpass enables you to access news and information with one account and one payment. We sell our product to enterprises that have…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

NICKLpass - No news paywalls, Save money 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NICKLpass enables you to access news and information with one account and one payment. We sell our product to enterprises that have employees that need information to be successful. We work with them to get bulk discounts up to 80% off retail.

Our product is a single sign-on (SSO) that consolidates access to multiple sites. This allows us to do the following:

- Help you save money: makes it easier to take advantage of bulk discounts from publications.

- Make your CFO’s life easier: Centralize your spend across your organization, and get full visibility into how much is being spent by team and by department.

- Drive your IT Manager to hug you: Give new employees access to premium news and information with one centralized dashboard. No need to chase down employees who leave with the password to that news site you all need.

Credits: Iconography by Flatart from the Noun Project                    

확장 프로그램 기본 정보

이름 NICKLpass - No news paywalls, Save money NICKLpass - No news paywalls, Save money
ID edcoecjbckgpokngfflempgihpnhadoa
공식 URL https://chromewebstore.google.com/detail/nicklpass-no-news-paywall/edcoecjbckgpokngfflempgihpnhadoa
설명 NICKLpass enables you to access news and information with one account and one payment. We sell our product to enterprises that have…
파일 크기 568 KB
설치 횟수 3,000
현재 버전 5.5.11
최근 업데이트 2024-02-19
출시 날짜 2020-04-26
평점 5.00/5 총 5 개의 평점
개발자 https://nicklpass.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.nicklpass.com
도움말 페이지 URL https://nicklpass.com/faq/
개인정보 보호 정책 페이지 URL https://www.nicklpass.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NICKLpass - No news paywalls, Save money",
    "version": "5.5.11",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.min.js",
                "content-bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "permissions": [
                "debugger"
            ]
        }
    ],
    "icons": {
        "16": "images\/NICKLpass_icon_16.png",
        "48": "images\/NICKLpass_icon_48.png",
        "128": "images\/NICKLpass_icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "privacy",
        "debugger",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.lvh.me\/*",
            "*:\/\/nickl-backend-staging.herokuapp.com\/*",
            "*:\/\/*.nicklpass.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/NICKLpass_icon.svg",
                "images\/wrench.svg",
                "images\/copy.svg",
                "images\/google-logo.png"
            ],
            "extension_ids": [
                "edcoecjbckgpokngfflempgihpnhadoa"
            ]
        }
    ]
}