Signal Inspector
Shows you information about tags deployed using Signal Tag.
Hvad er Signal Inspector?
Signal Inspector er en Chrome-udvidelse udviklet af BrightTag, og dens hovedfunktion er "Shows you information about tags deployed using Signal Tag.".
Udvidelsesskærmbilleder
Download Signal Inspector-udvidelses-CRX-fil
Download Signal Inspector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This add-on to Signal allows you to explore fired tags in ways that the console alone cannot. Observe when tags are fired and detect server-direct tag fires. The Signal Inspector makes debugging tags easier than ever. Note: A valid Signal account is needed to take advantage of this extension. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | plhigdejmcnjiljpefhbcmllngmmjggp |
| Officiel URL | https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp |
| Beskrivelse | Shows you information about tags deployed using Signal Tag. |
| Filstørrelse | 299 KB |
| Antal Installationer | 1,130 |
| Nuværende Version | 1.10.5 |
| Senest Opdateret | 2022-03-03 |
| Udgivelsesdato | 2019-03-08 |
| Bedømmelse | 3.30/5 Samlet 10 Bedømmelser |
| Udvikler | BrightTag |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.signal.co |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Signal Inspector",
"version": "1.10.5",
"manifest_version": 2,
"description": "Shows you information about tags deployed using Signal Tag.",
"icons": {
"48": "assets-images\/en-US\/brighttag48.png",
"128": "assets-images\/en-US\/brighttag128.png"
},
"browser_action": {
"default_icon": {
"19": "assets-images\/en-US\/icon19-off.png",
"38": "assets-images\/en-US\/icon38-off.png"
},
"default_title": "Signal Inspector",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"assets-js\/diagnostic.js"
]
},
"devtools_page": "devtools.html",
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
"webNavigation",
" | |