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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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
}