TailTarget Debugger
This extension tests all tailtarget tags implementation.
What is TailTarget Debugger?
TailTarget Debugger is a Chrome extension developed by https://tail.digital, and its main feature is "This extension tests all tailtarget tags implementation.".
Extension Screenshots
Download TailTarget Debugger Extension CRX File
Download TailTarget Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use this extension to test TailTarget tags implementation.
Extension Basic Information
Name | |
ID | pnkoilkgckgdknaannoidmpnoanmffpl |
Official URL | https://chromewebstore.google.com/detail/tailtarget-debugger/pnkoilkgckgdknaannoidmpnoanmffpl |
Description | This extension tests all tailtarget tags implementation. |
File Size | 115 KB |
Installation Count | 176 |
Current Version | 1.25 |
Last Updated | 2022-09-30 |
Publish Date | 2020-01-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://tail.digital |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TailTarget Debugger", "description": "This extension tests all tailtarget tags implementation.", "version": "1.25", "permissions": [ "webRequest", "webRequestBlocking", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "iconDisabled.png", "default_title": "TailTarget Debugger (Off)" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |