АвтоОфис.Закладки

АвтоОфис.Закладки Chrome

Cos'è АвтоОфис.Закладки?

АвтоОфис.Закладки è un'estensione di Chrome sviluppata da https://z.aoserver.ru, e la sua funzione principale è "АвтоОфис.Закладки Chrome".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione АвтоОфис.Закладки

Scarica i file di estensione АвтоОфис.Закладки in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Менеджер закладок                    

Informazioni di Base sull'Estensione

Nome АвтоОфис.Закладки АвтоОфис.Закладки
ID edojildlpodljmgjjigpdnpofnlglplh
URL Ufficiale https://chromewebstore.google.com/detail/%D0%B0%D0%B2%D1%82%D0%BE%D0%BE%D1%84%D0%B8%D1%81%D0%B7%D0%B0%D0%BA%D0%BB%D0%B0%D0%B4%D0%BA%D0%B8/edojildlpodljmgjjigpdnpofnlglplh
Descrizione АвтоОфис.Закладки Chrome
Dimensione del File 1.91 MB
Conteggio Installazioni 180
Versione Corrente 1.33
Ultimo Aggiornamento 2023-11-08
Data di Pubblicazione 2020-04-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://z.aoserver.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://z.aoserver.ru/
URL della Pagina della Politica sulla Privacy https://www.autooffice24.ru/confidential
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u0410\u0432\u0442\u043e\u041e\u0444\u0438\u0441.\u0417\u0430\u043a\u043b\u0430\u0434\u043a\u0438",
    "description": "\u0410\u0432\u0442\u043e\u041e\u0444\u0438\u0441.\u0417\u0430\u043a\u043b\u0430\u0434\u043a\u0438 Chrome",
    "short_name": "\u0410\u0432\u0442\u043e\u041e\u0444\u0438\u0441.\u0417\u0430\u043a\u043b\u0430\u0434\u043a\u0438 Chrome",
    "version": "1.33",
    "default_locale": "ru",
    "homepage_url": "https:\/\/z.aoserver.ru",
    "background": {
        "service_worker": "assets\/js\/background.min.js"
    },
    "action": {
        "default_icon": "images\/icon_asunc\/icon64.png",
        "default_popup": "popup.html",
        "default_title": "AutoOffice Bookmarks"
    },
    "chrome_url_overrides": {
        "newtab": "new.html"
    },
    "icons": {
        "128": "images\/icon\/icon128.png",
        "16": "images\/icon\/icon16.png",
        "32": "images\/icon\/icon32.png",
        "48": "images\/icon\/icon48.png",
        "64": "images\/icon\/icon64.png"
    },
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "favicon",
        "desktopCapture"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "new.html",
                "settings.html",
                "account.html",
                "panel.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}