WebExtension.net
WebExtension.net

Cents Per Point Calculator

View on Chrome Web Store
View Cents Per Point Calculator Chrome Extension on Chrome Web Store
5.0 (3 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Calculates cents per point to better assess points value
Type
Extension
Users
41 users
1
mitchellmacijauskas
View author page of mitchellmacijauskas
Published
Published on September 12, 2023
Version 0.0.11
Manifest version
3
Updated
Updated on November 14, 2024
View on Chrome Web Store
View Cents Per Point Calculator Chrome Extension on Chrome Web Store
lifestyle/travel
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cents Per Point Calculator",
    "version": "0.0.11",
    "description": "Calculates cents per point to better assess points value",
    "icons": {
        "16": "cpp-icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestAuthProvider",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.jetblue.com\/*",
        "https:\/\/*.hilton.com\/*\/*"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/hyatt.js"
            ],
            "matches": [
                "http:\/\/www.hyatt.com\/search\/*",
                "https:\/\/www.hyatt.com\/search\/*"
            ]
        },
        {
            "js": [
                "scripts\/bonvoy.js"
            ],
            "matches": [
                "http:\/\/www.marriott.com\/search\/*",
                "https:\/\/www.marriott.com\/search\/*"
            ]
        },
        {
            "js": [
                "scripts\/hilton.js"
            ],
            "matches": [
                "http:\/\/www.hilton.com\/*\/*",
                "https:\/\/www.hilton.com\/*\/*"
            ]
        },
        {
            "js": [
                "scripts\/jblu.js"
            ],
            "matches": [
                "http:\/\/www.jetblue.com\/booking\/*",
                "https:\/\/www.jetblue.com\/booking\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top