PostAba || Build your professional brand

Build your professional brand on auto-pilot

PostAba || Build your professional brand란 무엇입니까?

PostAba || Build your professional brand은(는) https://postaba.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build your professional brand on auto-pilot"입니다.

확장 프로그램 스크린샷

screenshot

PostAba || Build your professional brand 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Build your Brand, Share your Expertise, Increase your Engagement, Grow your Audience, Create Content on auto-pilot.                    

확장 프로그램 기본 정보

이름 PostAba || Build your professional brand PostAba || Build your professional brand
ID aaaddadmblkdecoaoglediclkdkllgnj
공식 URL https://chromewebstore.google.com/detail/postaba-build-your-profes/aaaddadmblkdecoaoglediclkdkllgnj
설명 Build your professional brand on auto-pilot
파일 크기 4.41 MB
설치 횟수 61
현재 버전 1.0.2
최근 업데이트 2024-02-09
출시 날짜 2024-01-27
평점 5.00/5 총 64 개의 평점
개발자 https://postaba.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://postaba.com
개인정보 보호 정책 페이지 URL https://postaba.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PostAba || Build your professional brand",
    "version": "1.0.2",
    "description": "Build your professional brand on auto-pilot",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": [],
    "chrome_url_overrides": [],
    "icons": {
        "128": "favicon.png"
    },
    "permissions": [
        "tabs",
        "identity",
        "identity.email",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/app.postaba.com\/",
        "https:\/\/api.postaba.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js",
                "moment.min.js"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "favicon.png",
                "postaba-character.jpeg",
                "alarm-clock.png",
                "linkedin-button.png",
                "logo.svg",
                "linkedin-post-preview-bottom.png",
                "no-user-icon.svg",
                "assets\/*.png",
                "fonts\/*",
                "moment.min.js",
                "linkedin-likes.svg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ]
        }
    ]
}