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
官方網址 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"
            ]
        }
    ]
}