XING booster
Makes the work with the new XING-profiles more efficient.
ما هو XING booster؟
XING booster هو إضافة Chrome تم تطويرها بواسطة warokartwork، والميزة الرئيسية لها هي "Makes the work with the new XING-profiles more efficient.".
تحميل ملف CRX للإضافة XING booster
قم بتنزيل ملفات الامتداد XING booster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | iejhlllkkgmjodlfbgkeodhibdindmcg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg |
الوصف | Makes the work with the new XING-profiles more efficient. |
حجم الملف | 47.43 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2013-07-24 |
تاريخ النشر | 2013-07-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | warokartwork |
نوع الدفع | free |
اللغات المدعومة | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XING booster", "version": "1.0.2", "manifest_version": 2, "description": "Makes the work with the new XING-profiles more efficient.", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "page_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "https:\/\/www.xing.com\/", "https:\/\/www.xing.de\/" ], "web_accessible_resources": [] } |