VinCue
This extension integrates VinCue with other automotive websites and applications.
Τι είναι το VinCue;
Το VinCue είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dealercue, και η κύρια λειτουργία του είναι "This extension integrates VinCue with other automotive websites and applications.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης VinCue
Λήψη αρχείων επέκτασης VinCue σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The VinCue extension is a companion plug-in for the VinCue web application, assisting clients by providing shortcuts to easily share relevant data between VinCue and other websites.
Βασικές Πληροφορίες Επέκτασης
Όνομα | VinCue |
ID | apmihaoaadgaodjcbipfjbbiaokopfli |
Επίσημο URL | https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli |
Περιγραφή | This extension integrates VinCue with other automotive websites and applications. |
Μέγεθος Αρχείου | 113 KB |
Αριθμός Εγκαταστάσεων | 2,018 |
Τρέχουσα Έκδοση | 1.2.22 |
Τελευταία Ενημέρωση | 2024-01-19 |
Ημερομηνία Δημοσίευσης | 2020-06-10 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | dealercue |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.vincue.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://vincue.com/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://vincue.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VinCue", "description": "This extension integrates VinCue with other automotive websites and applications.", "version": "1.2.22", "options_page": "options.html", "icons": { "16": "vincueicon16-2.png", "48": "vincueicon48-2.png", "128": "vincueicon128-2.png" }, "browser_action": { "default_icon": "vincueicon128-2.png" }, "background": { "scripts": [ "jquery-3.1.1.js", "jquery.slidereveal.js", "xregexp-min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery-3.1.1.js", "jquery.slidereveal.js", "xregexp-min.js", "VinCuePlugin.js", "options.js" ], "all_frames": true } ], "permissions": [ " |