ViewGrip

Login and user information via extension

ViewGrip là gì?

ViewGrip là một tiện ích mở rộng Chrome được phát triển bởi ViewGrip Group, và tính năng chính của nó là "Login and user information via extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ViewGrip

Tải xuống các tệp mở rộng ViewGrip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extension to log in and find out user information.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ViewGrip ViewGrip
ID ecbinclnonmhjobekfacikfhpfljdigj
URL Chính Thức https://chrome.google.com/webstore/detail/viewgrip/ecbinclnonmhjobekfacikfhpfljdigj
Mô tả Login and user information via extension
Kích Thước Tệp 417 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-04-28
Ngày Phát Hành 2022-03-04
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ViewGrip Group
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.viewgrip.net/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}