Tactycs Chrome Extension

Enable additional functionality with Tactycs Marketing

Tactycs Chrome Extension là gì?

Tactycs Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://tactycs.io, và tính năng chính của nó là "Enable additional functionality with Tactycs Marketing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tactycs Chrome Extension

Tải xuống các tệp mở rộng Tactycs Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tactycs Chrome Extension Tactycs Chrome Extension
ID mlinjmplkadagondnomlmbdnbkiibbmd
URL Chính Thức https://chromewebstore.google.com/detail/tactycs-chrome-extension/mlinjmplkadagondnomlmbdnbkiibbmd
Mô tả Enable additional functionality with Tactycs Marketing
Kích Thước Tệp 43.4 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-04-26
Ngày Phát Hành 2023-04-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://tactycs.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.tactycs.io
URL Trang Chính Sách Bảo Mật https://tactycs.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}