Public PAIR Speed Tracker

Keeps Track of Public PAIR speed statistics

Apa itu Public PAIR Speed Tracker?

Public PAIR Speed Tracker adalah ekstensi Chrome yang dikembangkan oleh BlackHillsIP, dan fitur utamanya adalah "Keeps Track of Public PAIR speed statistics".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Public PAIR Speed Tracker

Unduh file ekstensi Public PAIR Speed Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Public PAIR Speed Tracker Public PAIR Speed Tracker
ID plgifhmandiohfhpdphkcigojcbbdpmb
URL Resmi https://chromewebstore.google.com/detail/public-pair-speed-tracker/plgifhmandiohfhpdphkcigojcbbdpmb
Deskripsi Keeps Track of Public PAIR speed statistics
Ukuran File 4.11 KB
Jumlah Instalasi 29
Versi Saat Ini 2.0
Terakhir Diperbarui 2020-02-13
Tanggal Publikasi 2020-02-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang BlackHillsIP
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://pairstats.blackhillsip.com/
URL Halaman Kebijakan Privasi https://pairstats.blackhillsip.com/privacy
Bahasa yang Didukung 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
}