PostAba || Build your professional brand

Build your professional brand on auto-pilot

PostAba || Build your professional brand là gì?

PostAba || Build your professional brand là một tiện ích mở rộng Chrome được phát triển bởi https://postaba.com, và tính năng chính của nó là "Build your professional brand on auto-pilot".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PostAba || Build your professional brand

Tải xuống các tệp mở rộng PostAba || Build your professional brand 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

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

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

Tên PostAba || Build your professional brand PostAba || Build your professional brand
ID aaaddadmblkdecoaoglediclkdkllgnj
URL Chính Thức https://chromewebstore.google.com/detail/postaba-build-your-profes/aaaddadmblkdecoaoglediclkdkllgnj
Mô tả Build your professional brand on auto-pilot
Kích Thước Tệp 4.41 MB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2024-01-27
Đánh Giá 5.00/5 Tổng số 64 Đánh Giá
Nhà Phát Triển https://postaba.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://postaba.com
URL Trang Chính Sách Bảo Mật https://postaba.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*",
                ""
            ]
        }
    ]
}