Js Helper
Extension for build GTM custom JavaScript variable.
What is Js Helper?
Js Helper is a Chrome extension developed by https://renrasedoya.com, and its main feature is "Extension for build GTM custom JavaScript variable.".
Extension Screenshots
Download Js Helper Extension CRX File
Download Js Helper 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
Js Helper can help you to generate a code that you can use in GTM custom JavaScript variable.
Extension Basic Information
Name | Js Helper |
ID | hlgkhkblnmpbmalminjiilpihjjhgdha |
Official URL | https://chromewebstore.google.com/detail/js-helper/hlgkhkblnmpbmalminjiilpihjjhgdha |
Description | Extension for build GTM custom JavaScript variable. |
File Size | 70.61 KB |
Installation Count | 129 |
Current Version | 1.0.7 |
Last Updated | 2020-01-26 |
Publish Date | 2020-01-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://renrasedoya.com |
[email protected] | |
Payment Type | free |
Extension Website | https://renrasedoya.com |
Help Page URL | https://renrasedoya.com/contact-me/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Js Helper", "short_name": "JsH", "description": "Extension for build GTM custom JavaScript variable.", "version": "1.0.7", "icons": { "16": "img\/icon16.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "64": "img\/icon64.png", "128": "img\/icon128.png" } }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "scripts\/background.js" ] } } |