PricePony Malaysia
With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
Τι είναι το PricePony Malaysia;
Το PricePony Malaysia είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.pricepony.com.my, και η κύρια λειτουργία του είναι "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PricePony Malaysia
Λήψη αρχείων επέκτασης PricePony Malaysia σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
PricePony Malaysia is all about saving you money. Whenever you visit a shopping or e-commerce, PricePony Malaysia is looking for better deals all over the internet and makes sure you are paying the lowest price possible. You can also see products related to the products you are viewing right now, so you can make all you research faster and more efficient than you ever imagined.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pfhhpgpofjpclpcinkhmgljabkdijfid |
Επίσημο URL | https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid |
Περιγραφή | With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia |
Μέγεθος Αρχείου | 68.86 KB |
Αριθμός Εγκαταστάσεων | 20 |
Τρέχουσα Έκδοση | 3.5.0.10 |
Τελευταία Ενημέρωση | 2015-06-10 |
Ημερομηνία Δημοσίευσης | 2015-06-10 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | http://www.pricepony.com.my |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia", "icons": { "128": "images\/icon_128px.png", "16": "images\/icon_32px.png", "64": "images\/icon_64px.png" }, "short_name": "PricePony Malaysia", "manifest_version": 2, "name": "PricePony Malaysia", "permissions": [ "contextMenus", "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "3.5.0.10", "content_scripts": [ { "js": [ "iframeResizer.js", "contents.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |