PostAba || Build your professional brand

Build your professional brand on auto-pilot

Co to jest PostAba || Build your professional brand?

PostAba || Build your professional brand to rozszerzenie Chrome opracowane przez https://postaba.com, a jego główną funkcją jest „Build your professional brand on auto-pilot”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PostAba || Build your professional brand

Pobierz pliki rozszerzeń PostAba || Build your professional brand w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PostAba || Build your professional brand PostAba || Build your professional brand
ID aaaddadmblkdecoaoglediclkdkllgnj
Oficjalny URL https://chromewebstore.google.com/detail/postaba-build-your-profes/aaaddadmblkdecoaoglediclkdkllgnj
Opis Build your professional brand on auto-pilot
Rozmiar pliku 4.41 MB
Liczba instalacji 61
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2024-02-09
Data Publikacji 2024-01-27
Ocena 5.00/5 Łącznie 64 Oceny
Deweloper https://postaba.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://postaba.com
Adres URL Strony Polityki Prywatności https://postaba.com/privacy-policy
Obsługiwane Języki 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:\/\/*\/*",
                ""
            ]
        }
    ]
}