SILK App Share

Developed by Calgary Scientific to provide screen sharing to PureWeb Design

ما هو SILK App Share؟

SILK App Share هو إضافة Chrome تم تطويرها بواسطة https://pureweb.io، والميزة الرئيسية لها هي "Developed by Calgary Scientific to provide screen sharing to PureWeb Design".

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

screenshot
screenshot

تحميل ملف CRX للإضافة SILK App Share

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

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

                        This extension requests access to Chrome's "desktopShare" in order to enable screen and application sharing on supported web pages on the pureweb.io domain.

Users are able to share more than one applications (or the whole desktop) and each shared item appears in a dialog that can be moved (floated) within the browser.                    

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

الاسم SILK App Share SILK App Share
ID bkdlogmkpchnabiiikmhaifagpffdani
عنوان URL الرسمي https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani
الوصف Developed by Calgary Scientific to provide screen sharing to PureWeb Design
حجم الملف 11.76 KB
عدد التثبيتات 170
النسخة الحالية 1.2
آخر تحديث 2016-11-01
تاريخ النشر 2016-11-01
تقييم 4.67/5 مجموع تقييمات 3
المطور https://pureweb.io
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SILK App Share",
    "short_name": "App Share",
    "author": "Calgary Scientific Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Developed by Calgary Scientific to provide screen sharing to PureWeb Design",
    "homepage_url": "http:\/\/calgaryscientific.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "pwdlogo_16px.png",
        "48": "pwdlogo_48px.png",
        "128": "pwdlogo_128px.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.pureweb.io\/*"
        ]
    }
}