ViewGrip

Login and user information via extension

Vad är ViewGrip?

ViewGrip är en Chrome-tillägg utvecklad av ViewGrip Group, och dess huvudfunktion är "Login and user information via extension".

Tilläggsskärmbilder

screenshot

Ladda ner ViewGrip-förlängningens CRX-fil

Ladda ner ViewGrip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Extension to log in and find out user information.

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

Grundläggande Information om Tillägg

Namn ViewGrip ViewGrip
ID ecbinclnonmhjobekfacikfhpfljdigj
Officiell webbadress https://chrome.google.com/webstore/detail/viewgrip/ecbinclnonmhjobekfacikfhpfljdigj
Beskrivning Login and user information via extension
Filstorlek 417 KB
Antal Installationer 1,000
Aktuell Version 1.1.2
Senast Uppdaterad 2022-04-28
Publiceringsdatum 2022-03-04
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare ViewGrip Group
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.viewgrip.net/privacy.php
Stödda Språk 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"
    }
}