Hangout Share Plus beta

BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!

ما هو Hangout Share Plus beta؟

Hangout Share Plus beta هو إضافة Chrome تم تطويرها بواسطة Sam، والميزة الرئيسية لها هي "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!".

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

screenshot

تحميل ملف CRX للإضافة Hangout Share Plus beta

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

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

                        BETA RELEASE

This Chrome extension adds an icon to your Hangouts chat windows.
Simply click the icon in your Hangouts chat window to share all sorts of files to the person you are chatting with:

Google Hangouts share .zip files
Google Hangouts share .rar files
Google Hangouts share .psd files
Google Hangouts share .mp4 files and many many file types more.

No file size limits, not any limits!

Enjoy!

(Disclaimer: use at own risk)                    

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

الاسم Hangout Share Plus beta Hangout Share Plus beta
ID jfkhnopbajkdbgiboodjidipnepjlkec
عنوان URL الرسمي https://chromewebstore.google.com/detail/hangout-share-plus-beta/jfkhnopbajkdbgiboodjidipnepjlkec
الوصف BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!
حجم الملف 10.64 KB
عدد التثبيتات 669
النسخة الحالية 0.51
آخر تحديث 2016-08-26
تاريخ النشر 2016-08-26
تقييم 3.33/5 مجموع تقييمات 9
المطور Sam
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://linkedinreach.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hangout Share Plus beta",
    "version": "0.51",
    "description": "BETA RELEASE - Share all possible files in your Google Hangouts chats, easily, automatically. Enjoy!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hangouts.google.com\/webchat\/*"
            ],
            "all_frames": true,
            "js": [
                "page.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "share_icon.png"
    ],
    "manifest_version": 2
}