Tactycs Chrome Extension

Enable additional functionality with Tactycs Marketing

Vad är Tactycs Chrome Extension?

Tactycs Chrome Extension är en Chrome-tillägg utvecklad av https://tactycs.io, och dess huvudfunktion är "Enable additional functionality with Tactycs Marketing".

Tilläggsskärmbilder

screenshot

Ladda ner Tactycs Chrome Extension-förlängningens CRX-fil

Ladda ner Tactycs Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Enable additional functionality with Tactycs Marketing. Quickly sync social accounts and more.                    

Grundläggande Information om Tillägg

Namn Tactycs Chrome Extension Tactycs Chrome Extension
ID mlinjmplkadagondnomlmbdnbkiibbmd
Officiell webbadress https://chromewebstore.google.com/detail/tactycs-chrome-extension/mlinjmplkadagondnomlmbdnbkiibbmd
Beskrivning Enable additional functionality with Tactycs Marketing
Filstorlek 43.4 KB
Antal Installationer 35
Aktuell Version 1.0.1
Senast Uppdaterad 2023-04-26
Publiceringsdatum 2023-04-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://tactycs.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://app.tactycs.io
URL till Sekretesspolicy Sidan https://tactycs.io/privacy-policy
Stödda Språk 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"
    }
}