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ファイルをダウンロード

NICKLpass - No news paywalls, Save money拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}