Feishu Clip
Use Clip to save favorite webpages to Feishu Docs with one click
Cos'è Feishu Clip?
Feishu Clip è un'estensione di Chrome sviluppata da feishu.cn, e la sua funzione principale è "Use Clip to save favorite webpages to Feishu Docs with one click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Feishu Clip
Scarica i file di estensione Feishu Clip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mofcmpgnbnnlcdkfchnggdilcelpgegn |
| URL Ufficiale | https://chromewebstore.google.com/detail/feishu-clip/mofcmpgnbnnlcdkfchnggdilcelpgegn |
| Descrizione | Use Clip to save favorite webpages to Feishu Docs with one click |
| Dimensione del File | 238 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 1.0.38 |
| Ultimo Aggiornamento | 2024-01-25 |
| Data di Pubblicazione | 2021-05-12 |
| Valutazione | 3.77/5 Totale 30 Valutazioni |
| Sviluppatore | feishu.cn |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.feishu.cn/ |
| URL della Pagina della Politica sulla Privacy | https://www.feishu.cn/privacy |
| Lingue Supportate | 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'"
}
} | |