Feishu Clip

Use Clip to save favorite webpages to Feishu Docs with one click

ما هو Feishu Clip؟

Feishu Clip هو إضافة Chrome تم تطويرها بواسطة feishu.cn، والميزة الرئيسية لها هي "Use Clip to save favorite webpages to Feishu Docs with one click".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Feishu Clip

قم بتنزيل ملفات الامتداد Feishu Clip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Feishu Clip Feishu Clip
ID mofcmpgnbnnlcdkfchnggdilcelpgegn
عنوان URL الرسمي https://chromewebstore.google.com/detail/feishu-clip/mofcmpgnbnnlcdkfchnggdilcelpgegn
الوصف Use Clip to save favorite webpages to Feishu Docs with one click
حجم الملف 238 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0.38
آخر تحديث 2024-01-25
تاريخ النشر 2021-05-12
تقييم 3.77/5 مجموع تقييمات 30
المطور feishu.cn
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.feishu.cn/
عنوان صفحة سياسة الخصوصية https://www.feishu.cn/privacy
اللغات المدعومة 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'"
    }
}