ViewGrip

Login and user information via extension

ما هو ViewGrip؟

ViewGrip هو إضافة Chrome تم تطويرها بواسطة ViewGrip Group، والميزة الرئيسية لها هي "Login and user information via extension".

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

screenshot

تحميل ملف CRX للإضافة ViewGrip

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

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

                        Extension to log in and find out user information.

Feature
- Sign in via add-ons
- Coupon information
- Account information
- Delete browsing history automatically                    

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

الاسم ViewGrip ViewGrip
ID ecbinclnonmhjobekfacikfhpfljdigj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/viewgrip/ecbinclnonmhjobekfacikfhpfljdigj
الوصف Login and user information via extension
حجم الملف 417 KB
عدد التثبيتات 1,000
النسخة الحالية 1.1.2
آخر تحديث 2022-04-28
تاريخ النشر 2022-03-04
تقييم 5.00/5 مجموع تقييمات 3
المطور ViewGrip Group
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.viewgrip.net/privacy.php
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ViewGrip",
    "author": "ViewGrip",
    "version": "1.1.2",
    "manifest_version": 3,
    "description": "Login and user information via extension",
    "homepage_url": "https:\/\/www.viewgrip.net",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "history"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "ViewGrip",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/plugins\/jquery-3.6.0.js",
                "assets\/plugins\/Main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "assets\/background.js"
    },
    "options_ui": {
        "page": "index.html"
    }
}