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
电子邮箱 [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
}