Tactycs Chrome Extension
Enable additional functionality with Tactycs Marketing
What is Tactycs Chrome Extension?
Tactycs Chrome Extension is a Chrome extension developed by https://tactycs.io, and its main feature is "Enable additional functionality with Tactycs Marketing".
Extension Screenshots
Download Tactycs Chrome Extension Extension CRX File
Download Tactycs Chrome Extension 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
Enable additional functionality with Tactycs Marketing. Quickly sync social accounts and more.
Extension Basic Information
Name | Tactycs Chrome Extension |
ID | mlinjmplkadagondnomlmbdnbkiibbmd |
Official URL | https://chromewebstore.google.com/detail/tactycs-chrome-extension/mlinjmplkadagondnomlmbdnbkiibbmd |
Description | Enable additional functionality with Tactycs Marketing |
File Size | 43.4 KB |
Installation Count | 35 |
Current Version | 1.0.1 |
Last Updated | 2023-04-26 |
Publish Date | 2023-04-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://tactycs.io |
[email protected] | |
Payment Type | free |
Extension Website | https://app.tactycs.io |
Privacy Policy Page URL | https://tactycs.io/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tactycs Chrome Extension", "version": "1.0.1", "description": "Enable additional functionality with Tactycs Marketing", "manifest_version": 3, "author": "Tactycs", "action": { "default_popup": "index.html", "default_title": "Tactycs" }, "host_permissions": [ "*:\/\/*.tactycs.io\/", "*:\/\/tactycs.io\/", "*:\/\/twitter.com\/" ], "permissions": [ "cookies" ], "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } } |