Adform STT TTE
This is an Adform tracking testing extension, which helps to check what kind of tracking point is firing on the page
What is Adform STT TTE?
Adform STT TTE is a Chrome extension developed by adform.mobile, and its main feature is "This is an Adform tracking testing extension, which helps to check what kind of tracking point is firing on the page".
Extension Screenshots
Download Adform STT TTE Extension CRX File
Download Adform STT TTE 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
This is an Adform tracking testing extension, which helps to check what kind of tracking point is firing on the page
Extension Basic Information
Name | |
ID | joklkfgikbbjecakjogfienmnbfjfmjc |
Official URL | https://chrome.google.com/webstore/detail/adform-stt-tte/joklkfgikbbjecakjogfienmnbfjfmjc |
Description | This is an Adform tracking testing extension, which helps to check what kind of tracking point is firing on the page |
File Size | 18.95 KB |
Installation Count | 5,959 |
Current Version | 1.2.2 |
Last Updated | 2020-05-07 |
Publish Date | 2020-05-07 |
Rating | 4.36/5 Total 25 Ratings |
Developer | adform.mobile |
Payment Type | free |
Extension Website | http://site.adform.com/ |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "STTicon128.png", "default_popup": "popup.html" }, "description": "This is an Adform tracking testing extension, which helps to check what kind of tracking point is firing on the page", "icons": { "128": "STTicon128.png", "16": "STTicon16.png", "48": "STTicon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiL\/QfyS\/6SYB4XC84Y9WZ1aEW4R8S8KybVCy3SAVg\/9Ls6DfVf6JHghoPTSEr5RVDTMD2o9r41JX\/C68WoPCujh5j\/5mWXnocfsR5LzgcmmsWB17iI\/IBd\/tIZ3EJppECKfQD4RSdXr3ppFCCt5xwZSxga6v+V1zwe4i28xxprwZzhyllHv\/QNX1cxJy6ETDxBQgABTY5GGynCuMKcsx3QmkUdBqBC9hC2R9JVufhw7O2Mjtz5cPOHcvgDOOlL7PJXSo1g+V79botAERbgmQ8hWSSkD6GrjLy8fM60eQSaOEMcpGTAzief4CPPt0bfZwrvEfEq2EP\/xLXzOVgvOR7wIDAQAB", "manifest_version": 2, "name": "Adform STT TTE", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background", "webRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.2" } |