Share on Slack

Browse URL send to Slack channel.

ما هو Share on Slack؟

Share on Slack هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Browse URL send to Slack channel.".

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

screenshot

تحميل ملف CRX للإضافة Share on Slack

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

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

                                            

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

الاسم Share on Slack Share on Slack
ID kfgjocfohbeldonnlaeologhplckffhj
عنوان URL الرسمي https://chromewebstore.google.com/detail/share-on-slack/kfgjocfohbeldonnlaeologhplckffhj
الوصف Browse URL send to Slack channel.
حجم الملف 71.7 KB
عدد التثبيتات 46
النسخة الحالية 1.0.0
آخر تحديث 2016-02-27
تاريخ النشر 2016-02-27
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share on Slack",
    "short_name": "Slack",
    "description": "Browse URL send to Slack channel.",
    "version": "1.0.0",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "share_icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}