Mappy for Social & Shopping
Adds useful content to your Shopping & Property pages
Τι είναι το Mappy for Social & Shopping;
Το Mappy for Social & Shopping είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cubewx.com, και η κύρια λειτουργία του είναι "Adds useful content to your Shopping & Property pages".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mappy for Social & Shopping
Λήψη αρχείων επέκτασης Mappy for Social & Shopping σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Mappy adds useful content to your shopping pages. Tired of figuring out if advertised items are close to you? Look no further.. Mappy will add an interactive map to your page for ease of use and discovering the item location. Intuitive Zoom In and Zoom Out buttons make it so much easier to find the item location relative to where you are without leaving the page. Alternatively use the "Directions" option to find GPS navigation to the approximate item location. Currently supporting: WWW - facebook, ebay US - zillow, realtor, apartments AU - domain, realestate, realestateview, allhomes, onthehouse ** Updates ** v2022.04.051 - add support for several property domains v2022.04.121 - add support for more domains
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mehoblhnbdagfkpgofliblkdmcljhbjn |
Επίσημο URL | https://chromewebstore.google.com/detail/mappy-for-social-shopping/mehoblhnbdagfkpgofliblkdmcljhbjn |
Περιγραφή | Adds useful content to your Shopping & Property pages |
Μέγεθος Αρχείου | 50.56 KB |
Αριθμός Εγκαταστάσεων | 65 |
Τρέχουσα Έκδοση | 2022.04.121 |
Τελευταία Ενημέρωση | 2022-04-12 |
Ημερομηνία Δημοσίευσης | 2020-07-14 |
Προγραμματιστής | https://cubewx.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.cubewx.com/index.html#cta |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.cubewx.com/chromeFacebook.html#policy |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.cubewx.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mappy for Social & Shopping", "short_name": "Mappy Social & Shopping", "version": "2022.04.121", "description": "Adds useful content to your Shopping & Property pages", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "jquery.min.js", "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "page_action": { "default_icon": { "128": "logo.128.png" } }, "icons": { "128": "logo.128.png" }, "manifest_version": 2 } |