Gold Price Tracker

Are you tired of constantly checking the price of gold? Do you want to stay up-to-date with the latest market trends without having…

Qu'est-ce que Gold Price Tracker ?

Gold Price Tracker est une extension Chrome développée par Boyswithbeards, et sa fonction principale est "Are you tired of constantly checking the price of gold? Do you want to stay up-to-date with the latest market trends without having…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gold Price Tracker

Téléchargez les fichiers d'extension Gold Price Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Are you tired of constantly checking the price of gold? Do you want to stay up-to-date with the latest market trends without having to constantly refresh your browser? Look no further! Our Chrome extension is here to help. With real-time tracking and customizable alerts, you’ll never miss a beat when it comes to the price of gold.

Our extension is easy to use and seamlessly integrates with your browser. Simply install it and let us do the rest. You can set up alerts for when the price of gold reaches a certain threshold, or simply keep an eye on the market with our real-time tracking. Plus, our extension is constantly updated with the latest market data, so you can be sure you’re getting accurate information.

So why wait? Install our Chrome extension today and start tracking the price of gold like a pro!                    

Informations de Base sur l'Extension

Nom Gold Price Tracker Gold Price Tracker
ID dfaajedbdgfknghebpgmhnnjifcmdogg
URL Officiel https://chromewebstore.google.com/detail/gold-price-tracker/dfaajedbdgfknghebpgmhnnjifcmdogg
Description Are you tired of constantly checking the price of gold? Do you want to stay up-to-date with the latest market trends without having…
Taille du Fichier 32.99 KB
Nombre d'Installations 20
Version Actuelle 1.1
Dernière Mise à Jour 2023-05-16
Date de Publication 2023-05-16
Développeur Boyswithbeards
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://boyswithbeards.net/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gold Price Tracker",
    "version": "1.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "alarms"
    ],
    "background": {
        "service_worker": "script.js"
    }
}