TagMan Implementation Helper
If there is a TagMan implementation on the current page you can view information about it.
Τι είναι το TagMan Implementation Helper;
Το TagMan Implementation Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adams.sam, και η κύρια λειτουργία του είναι "If there is a TagMan implementation on the current page you can view information about it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TagMan Implementation Helper
Λήψη αρχείων επέκτασης TagMan Implementation Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Shows a TagMan icon in the address bar/omnibox when TagMan is implemented on that page. Clicking this icon shows more detailed information about the implementation as well as information about the campaign activity currently recorded against that session. This can be used along side the "TagMan URL Changer" extension (for using test servers etc): https://chrome.google.com/webstore/detail/aepfachknffiglfeondjbmclhdingaad
Βασικές Πληροφορίες Επέκτασης
Όνομα | TagMan Implementation Helper |
ID | noajdpjhagodlelcnjojbjiclddckbca |
Επίσημο URL | https://chromewebstore.google.com/detail/tagman-implementation-hel/noajdpjhagodlelcnjojbjiclddckbca |
Περιγραφή | If there is a TagMan implementation on the current page you can view information about it. |
Μέγεθος Αρχείου | 118 KB |
Αριθμός Εγκαταστάσεων | 67 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2013-10-16 |
Ημερομηνία Δημοσίευσης | 2013-10-16 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | adams.sam |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TagMan Implementation Helper", "manifest_version": 2, "icons": { "128": "128.png", "48": "48.png" }, "version": "0.1.0", "description": "If there is a TagMan implementation on the current page you can view information about it.", "background": { "scripts": [ "jquery.min.js", "Uri.min.js", "background.js" ] }, "page_action": { "default_icon": "48.png", "default_title": "Click for more details.", "default_popup": "popup.html" }, "permissions": [ "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ] } |