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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
URL της Σελίδας Πολιτικής Απορρήτου 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"
    }
}