Quokka: monitor webpage data in one place

Monitoring data on most webpages only takes a few clicks away.

Quokka: monitor webpage data in one placeคืออะไร?

Quokka: monitor webpage data in one place เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amuse.developer และคุณลักษณะหลักของมันคือ "Monitoring data on most webpages only takes a few clicks away."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quokka: monitor webpage data in one place

ดาวน์โหลดไฟล์ส่วนขยาย Quokka: monitor webpage data in one place ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you have a long list of websites that you need to monitor frequently, and all you need to watch on is a single number on each page, then Quokka is the tool you're looking for.

Quokka helps to automate the repetitive work. You can easily organize all your number of interests in one place. Quokka captures all your data at the client-side, therefore it is totally safe to use Quokka to capture data even from password-protected webpages. Quokka will NOT and does NOT need to access or store your password or any type of access token in any mean.

Until you login with a google id, all of your captured data will be stored in the client-side (the local storage) as well. Quokka server will NOT store any of your personal data, and will NOT track user behaviors on the user basis. As long as your machine is capable, numbers of data you can store is unlimited.

For advanced usage, such as to monitor data in multiple devices, data backup, data visualization, and more advanced notifications (and more to come!), you will be asked to login with an account.

A very simple benchmark: It takes about 3 -- 4 minutes to capture views of 30 different youtube videos.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quokka: monitor webpage data in one place Quokka: monitor webpage data in one place
ID agoklhpignkeigeeepfpknnhfmgkfihl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quokka-monitor-webpage-da/agoklhpignkeigeeepfpknnhfmgkfihl
คำอธิบาย Monitoring data on most webpages only takes a few clicks away.
ขนาดไฟล์ 502 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 2.7.10
อัปเดตครั้งล่าสุด 2022-04-07
วันที่เผยแพร่ 2022-03-14
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา amuse.developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.quokka.com.tw/targets
URL หน้านโยบายความเป็นส่วนตัว https://www.quokka.com.tw/privacy
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.7.10",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "cookies",
        "tabs",
        "storage",
        "alarms",
        "sessions"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.eot",
                "*.woff",
                "*.woff2",
                "*.ttf",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}