Tactycs Chrome Extension
Enable additional functionality with Tactycs Marketing
Hvad er Tactycs Chrome Extension?
Tactycs Chrome Extension er en Chrome-udvidelse udviklet af https://tactycs.io, og dens hovedfunktion er "Enable additional functionality with Tactycs Marketing".
Udvidelsesskærmbilleder
Download Tactycs Chrome Extension-udvidelses-CRX-fil
Download Tactycs Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Enable additional functionality with Tactycs Marketing. Quickly sync social accounts and more.
Grundlæggende oplysninger om udvidelsen
Navn | Tactycs Chrome Extension |
ID | mlinjmplkadagondnomlmbdnbkiibbmd |
Officiel URL | https://chromewebstore.google.com/detail/tactycs-chrome-extension/mlinjmplkadagondnomlmbdnbkiibbmd |
Beskrivelse | Enable additional functionality with Tactycs Marketing |
Filstørrelse | 43.4 KB |
Antal Installationer | 35 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2023-04-26 |
Udgivelsesdato | 2023-04-26 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://tactycs.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://app.tactycs.io |
URL til Fortrolighedspolitik Side | https://tactycs.io/privacy-policy |
Understøttede Sprog | 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" } } |