Accutics URL Parser
An easy to use URL query string parameter parser.
What is Accutics URL Parser?
Accutics URL Parser is a Chrome extension developed by https://accutics.com, and its main feature is "An easy to use URL query string parameter parser.".
Extension Screenshots
Download Accutics URL Parser Extension CRX File
Download Accutics URL Parser 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
Validating whether campaign tracking parameters are set correctly is quickly done with the Accutics URL Parser. The extension provides a clean and quick overview of all query parameters present in the current URL. Additionally a custom URL can be used and parsed for visibility.
Extension Basic Information
Name | Accutics URL Parser |
ID | efgnleblmbjgapchhfcjkdjhedanhebo |
Official URL | https://chromewebstore.google.com/detail/accutics-url-parser/efgnleblmbjgapchhfcjkdjhedanhebo |
Description | An easy to use URL query string parameter parser. |
File Size | 124 KB |
Installation Count | 19 |
Current Version | 1.0.3 |
Last Updated | 2023-12-13 |
Publish Date | 2018-11-07 |
Developer | https://accutics.com |
[email protected] | |
Payment Type | free |
Extension Website | https://accutics.com/ |
Help Page URL | https://help.accutics.com/ |
Privacy Policy Page URL | https://accutics.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Accutics URL Parser", "short_name": "Smart URL parser for displaying query string parameters", "description": "An easy to use URL query string parameter parser.", "version": "1.0.3", "author": "Accutics", "action": { "default_icon": { "16": "main_logo.png" }, "default_title": "Accutics URL Parser", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ] } |