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 هو إضافة Chrome تم تطويرها بواسطة https://nicklpass.com، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة NICKLpass - No news paywalls, Save money

قم بتنزيل ملفات الامتداد NICKLpass - No news paywalls, Save money بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://nicklpass.com/faq/
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}