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

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

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

АвтоОфис.Закладки is a Chrome extension developed by https://z.aoserver.ru, and its main feature is "АвтоОфис.Закладки Chrome".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download АвтоОфис.Закладки Extension CRX File

Download АвтоОфис.Закладки extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name АвтоОфис.Закладки АвтоОфис.Закладки
ID edojildlpodljmgjjigpdnpofnlglplh
Official URL 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
Description АвтоОфис.Закладки Chrome
File Size 1.91 MB
Installation Count 180
Current Version 1.33
Last Updated 2023-11-08
Publish Date 2020-04-23
Rating 5.00/5 Total 1 Ratings
Developer https://z.aoserver.ru
Email [email protected]
Payment Type free
Extension Website https://z.aoserver.ru/
Privacy Policy Page URL https://www.autooffice24.ru/confidential
Supported Languages 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": [
                ""
            ]
        }
    ]
}