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
公式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
Eメール [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:\/\/*\/*",
                ""
            ]
        }
    ]
}