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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Keepzer
قم بتنزيل ملفات الامتداد Keepzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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": [ " |