Tactycs Chrome Extension
Enable additional functionality with Tactycs Marketing
Wat is Tactycs Chrome Extension?
Tactycs Chrome Extension is een Chrome-extensie ontwikkeld door https://tactycs.io, en de belangrijkste functie is "Enable additional functionality with Tactycs Marketing".
Extensie Screenshots
Download het CRX-bestand van de extensie Tactycs Chrome Extension
Download Tactycs Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Enable additional functionality with Tactycs Marketing. Quickly sync social accounts and more. Basisinformatie over de Extensie
| Naam | |
| ID | mlinjmplkadagondnomlmbdnbkiibbmd |
| Officiële URL | https://chromewebstore.google.com/detail/tactycs-chrome-extension/mlinjmplkadagondnomlmbdnbkiibbmd |
| Beschrijving | Enable additional functionality with Tactycs Marketing |
| Bestandsgrootte | 43.4 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2023-04-26 |
| Publicatiedatum | 2023-04-26 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://tactycs.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://app.tactycs.io |
| URL van de Privacybeleid Pagina | https://tactycs.io/privacy-policy |
| Ondersteunde Talen | 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"
}
} | |