ViewGrip

Login and user information via extension

Wat is ViewGrip?

ViewGrip is een Chrome-extensie ontwikkeld door ViewGrip Group, en de belangrijkste functie is "Login and user information via extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ViewGrip

Download ViewGrip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension to log in and find out user information.

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

Basisinformatie over de Extensie

Naam ViewGrip ViewGrip
ID ecbinclnonmhjobekfacikfhpfljdigj
Officiële URL https://chrome.google.com/webstore/detail/viewgrip/ecbinclnonmhjobekfacikfhpfljdigj
Beschrijving Login and user information via extension
Bestandsgrootte 417 KB
Aantal Installaties 1,000
Huidige Versie 1.1.2
Laatst Bijgewerkt 2022-04-28
Publicatiedatum 2022-03-04
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ViewGrip Group
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.viewgrip.net/privacy.php
Ondersteunde Talen 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"
    }
}