Public PAIR Speed Tracker

Keeps Track of Public PAIR speed statistics

Public PAIR Speed Trackerとは何ですか?

Public PAIR Speed TrackerはBlackHillsIPによって開発されたChromeの拡張機能で、その主な機能は「Keeps Track of Public PAIR speed statistics」です。

拡張機能のスクリーンショット

screenshot

Public PAIR Speed Tracker拡張機能のCRXファイルをダウンロード

Public PAIR Speed Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Public PAIR Speed Tracker Public PAIR Speed Tracker
ID plgifhmandiohfhpdphkcigojcbbdpmb
公式URL https://chromewebstore.google.com/detail/public-pair-speed-tracker/plgifhmandiohfhpdphkcigojcbbdpmb
説明 Keeps Track of Public PAIR speed statistics
ファイルサイズ 4.11 KB
インストール数 29
現在のバージョン 2.0
最終更新日 2020-02-13
公開日 2020-02-13
評価 5.00/5 合計 2 レビュー
開発者 BlackHillsIP
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://pairstats.blackhillsip.com/
プライバシーポリシーページのURL https://pairstats.blackhillsip.com/privacy
対応言語 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
}