Aitrixs Social

Chrome extension to help social media activities

Aitrixs Social란 무엇입니까?

Aitrixs Social은(는) Aitrix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to help social media activities"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Aitrixs Social 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Aitrixs Social Aitrixs Social
ID boadaggpclacmkdlbfjaafcpbdogibnm
공식 URL https://chromewebstore.google.com/detail/aitrixs-social/boadaggpclacmkdlbfjaafcpbdogibnm
설명 Chrome extension to help social media activities
파일 크기 3.04 MB
설치 횟수 128
현재 버전 1.4.2
최근 업데이트 2024-01-25
출시 날짜 2023-02-16
평점 5.00/5 총 5 개의 평점
개발자 Aitrix
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.aitrix.io
개인정보 보호 정책 페이지 URL https://www.aitrixs.com/privacy-policy-1
지원되는 언어 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": []
        }
    ]
}