Find on XING
Find contacts fast and comfortably on XING.
Find on XINGคืออะไร?
Find on XING เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SANID GmbH และคุณลักษณะหลักของมันคือ "Find contacts fast and comfortably on XING."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find on XING
ดาวน์โหลดไฟล์ส่วนขยาย Find on XING ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Right click and find selected people or companies of the current page on XING. 0.0.0.5 - fixed new URL
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Find on XING |
ID | hllhbmpggmclmlefofdfoadpaeldnkfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/find-on-xing/hllhbmpggmclmlefofdfoadpaeldnkfl |
คำอธิบาย | Find contacts fast and comfortably on XING. |
ขนาดไฟล์ | 12.45 KB |
จำนวนการติดตั้ง | 750 |
เวอร์ชันปัจจุบัน | 0.0.0.5 |
อัปเดตครั้งล่าสุด | 2022-01-27 |
วันที่เผยแพร่ | 2017-02-08 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | SANID GmbH |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.sanid.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.sanid.com/datenschutz |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_shortName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "0.0.0.5", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "find_on_xing_16x16.png", "48": "find_on_xing_48x48.png", "96": "find_on_xing_96x96.png", "128": "find_on_xing_128x128.png" }, "background": { "scripts": [ "main.js" ] } } |