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文件

下載PostAba || Build your professional brand擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*",
                ""
            ]
        }
    ]
}