Public PAIR Speed Tracker

Keeps Track of Public PAIR speed statistics

Public PAIR Speed Trackerคืออะไร?

Public PAIR Speed Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BlackHillsIP และคุณลักษณะหลักของมันคือ "Keeps Track of Public PAIR speed statistics"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Public PAIR Speed Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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
}