Public PAIR Speed Tracker

Keeps Track of Public PAIR speed statistics

Cos'è Public PAIR Speed Tracker?

Public PAIR Speed Tracker è un'estensione di Chrome sviluppata da BlackHillsIP, e la sua funzione principale è "Keeps Track of Public PAIR speed statistics".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Public PAIR Speed Tracker

Scarica i file di estensione Public PAIR Speed Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        In an attempt to ensure the United States Patent and Trademark Office's Public Pair service is running effectively, this addon aims to collect usage and speed statistics from the USPTO's Public Pair.                    

Informazioni di Base sull'Estensione

Nome Public PAIR Speed Tracker Public PAIR Speed Tracker
ID plgifhmandiohfhpdphkcigojcbbdpmb
URL Ufficiale https://chromewebstore.google.com/detail/public-pair-speed-tracker/plgifhmandiohfhpdphkcigojcbbdpmb
Descrizione Keeps Track of Public PAIR speed statistics
Dimensione del File 4.11 KB
Conteggio Installazioni 29
Versione Corrente 2.0
Ultimo Aggiornamento 2020-02-13
Data di Pubblicazione 2020-02-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore BlackHillsIP
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://pairstats.blackhillsip.com/
URL della Pagina della Politica sulla Privacy https://pairstats.blackhillsip.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Public PAIR Speed Tracker",
    "description": "Keeps Track of Public PAIR speed statistics",
    "version": "2.0",
    "permissions": [
        "tabs",
        "http:\/\/portal.uspto.gov\/pair\/PublicPair",
        "https:\/\/portal.uspto.gov\/pair\/PublicPair",
        "https:\/\/pairstats.herokuapp.com\/log",
        "http:\/\/pairstats.herokuapp.com\/log"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}