Feishu Clip
Use Clip to save favorite webpages to Feishu Docs with one click
Was ist Feishu Clip?
Feishu Clip ist eine Chrome-Erweiterung, die von feishu.cn entwickelt wurde, und ihr Hauptmerkmal ist "Use Clip to save favorite webpages to Feishu Docs with one click".
Erweiterungsscreenshots
Feishu Clip-Erweiterungs-CRX-Datei herunterladen
Laden Sie Feishu Clip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mofcmpgnbnnlcdkfchnggdilcelpgegn |
| Offizielle URL | https://chromewebstore.google.com/detail/feishu-clip/mofcmpgnbnnlcdkfchnggdilcelpgegn |
| Beschreibung | Use Clip to save favorite webpages to Feishu Docs with one click |
| Dateigröße | 238 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 1.0.38 |
| Letztes Update | 2024-01-25 |
| Veröffentlichungsdatum | 2021-05-12 |
| Bewertung | 3.77/5 Insgesamt 30 Bewertungen |
| Entwickler | feishu.cn |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.feishu.cn/ |
| URL der Datenschutzrichtlinien-Seite | https://www.feishu.cn/privacy |
| Unterstützte Sprachen | 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'"
}
} | |