Linkinize - Bookmark Manager for Teams
Bookmark Manager for Teams
Linkinize - Bookmark Manager for Teamsคืออะไร?
Linkinize - Bookmark Manager for Teams เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Linkinize และคุณลักษณะหลักของมันคือ "Bookmark Manager for Teams"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkinize - Bookmark Manager for Teams
ดาวน์โหลดไฟล์ส่วนขยาย Linkinize - Bookmark Manager for Teams ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Linkinize is a powerful bookmark management extension designed specifically for teams and businesses. With Linkinize, teams can easily share links and collaborate on projects, saving time and increasing productivity. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ecihffhadpoocggaefliinhjbjgekdnh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/linkinize-bookmark-manage/ecihffhadpoocggaefliinhjbjgekdnh |
| คำอธิบาย | Bookmark Manager for Teams |
| ขนาดไฟล์ | 3.64 MB |
| จำนวนการติดตั้ง | 92 |
| เวอร์ชันปัจจุบัน | 0.5.0 |
| อัปเดตครั้งล่าสุด | 2024-03-01 |
| วันที่เผยแพร่ | 2023-04-17 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Linkinize |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://linkinize.com |
| URL หน้าช่วยเหลือ | https://linkinize.com |
| URL หน้านโยบายความเป็นส่วนตัว | https://linkinize.com/privacy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"icons": {
"16": "icons\/icon-16x16.png",
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"alarms"
],
"action": {
"default_popup": "www\/index.html",
"default_title": "Linkinize - Bookmark Manager for Teams"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+L",
"mac": "Command+Shift+L",
"chromeos": "Ctrl+Shift+L",
"linux": "Ctrl+Shift+L"
}
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.linkinize.com\/*"
],
"js": [
"auth.js"
]
},
{
"matches": [
"https:\/\/app.linkinize.com\/*"
],
"js": [
"app-sync.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"name": "Linkinize - Bookmark Manager for Teams",
"short_name": "Linkinize - Bookmark Manager for Teams",
"description": "Bookmark Manager for Teams",
"version": "0.5.0"
} | |