CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
Τι είναι το CMDann Amazon Auto Affiliate;
Το CMDann Amazon Auto Affiliate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cmdann.ca, και η κύρια λειτουργία του είναι "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CMDann Amazon Auto Affiliate
Λήψη αρχείων επέκτασης CMDann Amazon Auto Affiliate σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a simple extension that automatically applies CMDann.ca's Amazon affiliate code. This allows you to support the site without getting in the way of your regular shopping. We appreciate everybody who uses this.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
Επίσημο URL | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
Περιγραφή | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
Μέγεθος Αρχείου | 14.35 KB |
Αριθμός Εγκαταστάσεων | 16 |
Τρέχουσα Έκδοση | 2.9.1 |
Τελευταία Ενημέρωση | 2013-08-09 |
Ημερομηνία Δημοσίευσης | 2013-08-08 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://cmdann.ca |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://cmdann.ca |
Διεύθυνση URL της Σελίδας Βοήθειας | http://cmdann.ca |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CMDann Amazon Auto Affiliate", "version": "2.9.1", "manifest_version": 2, "description": "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.", "page_action": { "default_icon": "icon.png", "default_title": "Thank you for supporting CMDann.ca" }, "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.amazon.ca\/*", "tabs" ], "background": { "scripts": [ "myscript.js" ] } } |