XING booster
Makes the work with the new XING-profiles more efficient.
Apa itu XING booster?
XING booster adalah ekstensi Chrome yang dikembangkan oleh warokartwork, dan fitur utamanya adalah "Makes the work with the new XING-profiles more efficient.".
Unduh Berkas CRX Ekstensi XING booster
Unduh file ekstensi XING booster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | iejhlllkkgmjodlfbgkeodhibdindmcg |
URL Resmi | https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg |
Deskripsi | Makes the work with the new XING-profiles more efficient. |
Ukuran File | 47.43 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2013-07-24 |
Tanggal Publikasi | 2013-07-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | warokartwork |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |