Keepzer

Track all pages you visit to your Keepzer account

Keepzerคืออะไร?

Keepzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.keepzer.com และคุณลักษณะหลักของมันคือ "Track all pages you visit to your Keepzer account"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keepzer

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

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

                        Keepzer for Chrome tracks the title and url of all webpages you visit into your Keepzer account.
Add more data to your personal data store to get a more complete picture of your digital self.

We promise that this data is completely private and cannot be seen by anybody except you, not even by us.                    

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

ชื่อ Keepzer Keepzer
ID bdonagiggciecnmbadniakkacjdphehe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keepzer/bdonagiggciecnmbadniakkacjdphehe
คำอธิบาย Track all pages you visit to your Keepzer account
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2014-09-25
วันที่เผยแพร่ 2014-09-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.keepzer.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://keepzer.uservoice.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keepzer",
    "description": "Track all pages you visit to your Keepzer account",
    "version": "2.0.2",
    "icons": {
        "16": "keepzer-logo-16.png",
        "48": "keepzer-logo-48.png",
        "128": "keepzer-logo-128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/localhost:61722\/api",
        "http:\/\/test.keepzer.com\/api",
        "https:\/\/www.keepzer.com\/api"
    ],
    "browser_action": {
        "default_icon": "icon_default.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "keepzerapi.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page.js"
            ]
        }
    ]
}