Feishu Clip
Use Clip to save favorite webpages to Feishu Docs with one click
Apa itu Feishu Clip?
Feishu Clip adalah ekstensi Chrome yang dikembangkan oleh feishu.cn, dan fitur utamanya adalah "Use Clip to save favorite webpages to Feishu Docs with one click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Feishu Clip
Unduh file ekstensi Feishu Clip 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
Say goodbye to manual copy and paste: Use Clip to save your favorite webpages to Feishu Docs with one click. No more unwanted advertisements: Feishu Clips can identify and block advertisements on webpages so you can surf in a clean cyber ocean.
Informasi Dasar Ekstensi
Nama | Feishu Clip |
ID | mofcmpgnbnnlcdkfchnggdilcelpgegn |
URL Resmi | https://chromewebstore.google.com/detail/feishu-clip/mofcmpgnbnnlcdkfchnggdilcelpgegn |
Deskripsi | Use Clip to save favorite webpages to Feishu Docs with one click |
Ukuran File | 238 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.0.38 |
Terakhir Diperbarui | 2024-01-25 |
Tanggal Publikasi | 2021-05-12 |
Penilaian | 3.77/5 Total 30 Penilaian |
Pengembang | feishu.cn |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.feishu.cn/ |
URL Halaman Kebijakan Privasi | https://www.feishu.cn/privacy |
Bahasa yang Didukung | en,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_CreationDoc_Operation_AppStoreBrief__", "version": "1.0.38", "manifest_version": 3, "default_locale": "zh_CN", "action": { "default_icon": { "16": "assets\/icons\/48.png", "24": "assets\/icons\/48.png", "32": "assets\/icons\/48.png" }, "default_title": "__MSG_appName__" }, "icons": { "16": "assets\/icons\/48.png", "32": "assets\/icons\/48.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "content.js" ] } ], "permissions": [ "tabs", "activeTab", "contextMenus", "cookies", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*", "app.html", "app.js", "page-post-frame-id.html", "page-post-frame-id.js" ], "matches": [ "*:\/\/*\/*" ] } ], "incognito": "not_allowed", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |