PostAba || Build your professional brand

Build your professional brand on auto-pilot

Apa itu PostAba || Build your professional brand?

PostAba || Build your professional brand adalah ekstensi Chrome yang dikembangkan oleh https://postaba.com, dan fitur utamanya adalah "Build your professional brand on auto-pilot".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PostAba || Build your professional brand

Unduh file ekstensi PostAba || Build your professional brand dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PostAba || Build your professional brand PostAba || Build your professional brand
ID aaaddadmblkdecoaoglediclkdkllgnj
URL Resmi https://chromewebstore.google.com/detail/postaba-build-your-profes/aaaddadmblkdecoaoglediclkdkllgnj
Deskripsi Build your professional brand on auto-pilot
Ukuran File 4.41 MB
Jumlah Instalasi 61
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2024-02-09
Tanggal Publikasi 2024-01-27
Penilaian 5.00/5 Total 64 Penilaian
Pengembang https://postaba.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://postaba.com
URL Halaman Kebijakan Privasi https://postaba.com/privacy-policy
Bahasa yang Didukung 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:\/\/*\/*",
                ""
            ]
        }
    ]
}