GRAB AR

GRAB AR QR Code Generator

Τι είναι το GRAB AR;

Το GRAB AR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://grabar.app, και η κύρια λειτουργία του είναι "GRAB AR QR Code Generator".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GRAB AR

Λήψη αρχείων επέκτασης GRAB AR σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The GRAB AR QR Code Generator Chrome extension works in conjunction with GRAB AR Mobile App. 

Once installed and enabled, just right click on any Image on a web page and select the menu option ‘Create GRAB AR QR Code for Image’ to generate it’s GRAB AR QR code (make sure the page has fully loaded). Point your Mobile Phone QR Reader at the QR code and it will open the GRAB AR Mobile App with the selected Image placed on your Camera and associated link. 

Visualise how products look in any environment that you choose using your Mobile Phone and the GRAB AR App. Mix-and-match multiple items from multiple websites and view on one screen in Augmented Reality with a direct link back (on double tap) to the Image source on your mobile phone.

With GRAB AR you can Copy, Compare and Share. Fill the Imagination Gap. See how any products look in your chosen environment. Help with your purchasing decisions. Create shopping lists. 

Add multiple Image Content Items in one .GRABAR Collection. Save and Share .GRABAR Collection files. Generate documents (Word/PDF) from GRAB Collections!

GRAB AR automatically removes the background of any Image Content and then places this on the Camera to view in any chosen surroundings. With GRAB AR you can add multiple Image Content Items on one screen to Mix-and-Match, Compare and Share.

Visit https://grabar.app                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GRAB AR GRAB AR
ID igladeejmlgilkplcoejoodcnejhdiac
Επίσημο URL https://chromewebstore.google.com/detail/grab-ar/igladeejmlgilkplcoejoodcnejhdiac
Περιγραφή GRAB AR QR Code Generator
Μέγεθος Αρχείου 1.56 MB
Αριθμός Εγκαταστάσεων 149
Τρέχουσα Έκδοση 4.0.0.1
Τελευταία Ενημέρωση 2021-11-26
Ημερομηνία Δημοσίευσης 2020-09-08
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://grabar.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://grabar.app
Διεύθυνση URL της Σελίδας Βοήθειας https://grabar.app/contact.php
URL της Σελίδας Πολιτικής Απορρήτου https://grabar.app/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GRAB AR",
    "version": "4.0.0.1",
    "manifest_version": 2,
    "description": "GRAB AR QR Code Generator",
    "homepage_url": "https:\/\/grabar.app",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "qrcode\/jquery.qrcode.min.js",
                "qrcode\/qrcode.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}