iPacket® Sticker Puller

Pull and identify vehicle stickers, from their VIN numbers, with iPacket® Sticker Puller!

Τι είναι το iPacket® Sticker Puller;

Το iPacket® Sticker Puller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Autoipacket, LLC, και η κύρια λειτουργία του είναι "Pull and identify vehicle stickers, from their VIN numbers, with iPacket® Sticker Puller!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης iPacket® Sticker Puller

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

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

                        iPacket® Sticker Puller detects VIN numbers on website pages you visit. From there, the extension will highlight the VIN, and create a green button for you to pull a vehicle sticker from. Simply, click this button to pull/download the sticker!

If the VIN does not highlight: 
- You are not logged into the iPacket Dealer Portal system, in which case, you can select the extension and login. You MUST login via the extension, logging into the web or mobile version of iPacket Dealer Portal WILL NOT carry over to the extension. 
- There was a problem on our end scanning the webpage you are on, however, we WILL still work if you highlight the VIN text, right-click, and select the iPacket® Sticker Puller context menu option.

We also provide a full coverage list, if you are curious what vehicles we support. This is located in the extension modal, after you login.

To use the iPacket® Sticker Puller extension you MUST have a valid iPacket Dealer Portal account under a dealership that has activated sticker pulling. If you do not, this extension WILL NOT work. To request an iPacket Dealer Portal account please visit: https://www.ipacket.us/dealer-center/request-account. To request that your store activate sticker pulling through iPacket, please talk with your iPacket representative to turn this feature on. Thank you.

Example website that includes a working VIN:
- https://www.ipacket.us/vehicle/55SWF4KB4JU277668

Example videos:
- https://www.youtube.com/watch?v=0oo9KjDdxxE
- https://www.youtube.com/watch?v=Kxq4xixVqNg
- https://www.youtube.com/watch?v=vPbI1DfA0e4

---
iPacket was born in a car dealership. We saw the angst every car buyer experienced. And we felt the burden every car dealer carried in trying to provide accurate information and backup. And we knew there was a better way. Today car buyers and dealers can simply turn to iPacket and find comprehensive detail, thorough documentation, and everything they need to know about their cars right at their fingertips.

There is more to a vehicle than a history report and price, let us show you!

Price is only an issue in the absence of value.™

For more information visit: https://www.ipacket.us/dealer-center                    

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

Όνομα iPacket® Sticker Puller iPacket® Sticker Puller
ID lpanlmnkaioofmijifhpadfcafphopin
Επίσημο URL https://chromewebstore.google.com/detail/ipacket%C2%AE-sticker-puller/lpanlmnkaioofmijifhpadfcafphopin
Περιγραφή Pull and identify vehicle stickers, from their VIN numbers, with iPacket® Sticker Puller!
Μέγεθος Αρχείου 2.24 MB
Αριθμός Εγκαταστάσεων 11,813
Τρέχουσα Έκδοση 2.0.11
Τελευταία Ενημέρωση 2024-02-18
Ημερομηνία Δημοσίευσης 2022-06-02
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Autoipacket, LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ipacket.us/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.ipacket.us/#next_level_tech
URL της Σελίδας Πολιτικής Απορρήτου https://www.ipacket.us/dealer-center/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iPacket\u00ae Sticker Puller",
    "description": "Pull and identify vehicle stickers, from their VIN numbers, with iPacket\u00ae Sticker Puller!",
    "version": "2.0.11",
    "manifest_version": 3,
    "author": "AutoiPacket, LLC",
    "action": {
        "default_popup": "index.html",
        "default_title": "iPacket Sticker Puller",
        "default_icon": {
            "16": "logo192.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png"
        }
    },
    "icons": {
        "16": "logo192.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "arc_integration\/arc.html",
                "arc_integration\/js\/arcactions.js",
                "arc_integration\/styles\/arcstyles.css",
                "arc_integration\/assets\/arc_logo.png",
                "packet_generation\/packet_generation.html",
                "packet_generation\/js\/packetgenerationactions.js",
                "packet_generation\/styles\/packetstyles.css",
                "packet_generation\/assets\/ipacket_H_4C_Large.png",
                "general\/ipacket.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/sticker_pull_lookup.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}