Aitrixs Social

Chrome extension to help social media activities

Aitrixs Social là gì?

Aitrixs Social là một tiện ích mở rộng Chrome được phát triển bởi Aitrix, và tính năng chính của nó là "Chrome extension to help social media activities".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Aitrixs Social 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

                        Imagine a world where targeted traffic was never a problem.

Aitrixs allows users to find the perfect customer locally or internationally, in any industry, within seconds, at scale.

Aitrixs is a social media-integrated lead generation software and complete CRM system. Harnessing the power of social and the collection of  20 highly useful social media-driven tools, Aitrixs helps users easily target their ideal audiences and automatically sync them into their pipeline. 

Customize, manage, and automate your hyper-targeted pipeline of leads for engagement and outreach campaigns all on one intuitive platform.

The hunt for targeted leads ends here!                    

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

Tên Aitrixs Social Aitrixs Social
ID boadaggpclacmkdlbfjaafcpbdogibnm
URL Chính Thức https://chromewebstore.google.com/detail/aitrixs-social/boadaggpclacmkdlbfjaafcpbdogibnm
Mô tả Chrome extension to help social media activities
Kích Thước Tệp 3.04 MB
Số Lần Cài Đặt 128
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2023-02-16
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Aitrix
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aitrix.io
URL Trang Chính Sách Bảo Mật https://www.aitrixs.com/privacy-policy-1
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome extension to help social media activities",
    "version": "1.4.2",
    "manifest_version": 3,
    "name": "Aitrixs Social",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/img\/icon-128.png"
    },
    "icons": {
        "128": "\/assets\/img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/member.aitrixs.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*"
            ],
            "js": [
                "\/assets\/js\/jquery.3.2.1.min.js",
                "contentScript.bundle.js",
                "vanillaSelectBox.js"
            ],
            "css": [
                "content.styles.css",
                "\/vanillaSelectBox.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "vanillaSelectBox.css",
                "icon-128.png"
            ],
            "matches": []
        }
    ]
}