Genius Scheduler
Schedule FB posts in advance for a personal FB Profile
Что такое Genius Scheduler?
Genius Scheduler - это расширение Chrome, разработанное edakehurst, и его основная функция - "Schedule FB posts in advance for a personal FB Profile".
Снимки экрана расширения
Скачать файл CRX расширения Genius Scheduler
Скачайте файлы расширений Genius Scheduler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
From personal FB profile, you may schedule and analyze posts
Основная информация о расширении
Название | Genius Scheduler |
ID | ckbcmmemjdgilpjadkdnehijpmelbiij |
Официальный URL | https://chromewebstore.google.com/detail/genius-scheduler/ckbcmmemjdgilpjadkdnehijpmelbiij |
Описание | Schedule FB posts in advance for a personal FB Profile |
Размер файла | 6.97 MB |
Количество установок | 1,024 |
Текущая Версия | 2.1.38 |
Последнее Обновление | 2024-01-11 |
Дата публикации | 2021-08-02 |
Рейтинг | 4.80/5 Всего 5 оценок |
Разработчик | edakehurst |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://edakehurst.kartra.com/page/GeniusScheduler |
URL страницы помощи | https://edakehurst.kartra.com/help/HelpDesk |
URL страницы политики конфиденциальности | https://geniusposts.io/privacy-policy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Genius Scheduler", "version": "2.1.38", "manifest_version": 3, "description": "Schedule FB posts in advance for a personal FB Profile", "icons": { "16": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1686340320386-small_icon.png", "48": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1623697454605-medium_icon.png", "128": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1623697454653-large_icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Genius Scheduler" }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.svg", "images\/*.gif", "inject-helper\/img\/*.gif", "inject-helper\/img\/*.png", "monkeyPatch.js" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ] } ], "permissions": [ "storage", "tabs", "scripting", "alarms" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "https:\/\/cdn.tiny.cloud\/*", "*:\/\/*.postscheduler.io\/*", "*:\/\/*.geniusscheduler.com\/*" ], "content_scripts": [ { "all_frames": true, "css": [ "inject-helper\/css\/common.css" ], "js": [ "inject-helper\/js\/jquery-3.1.0.min.js", "inject-helper\/js\/arrive.js", "inject-helper\/js\/lazyload.min.js", "inject-helper\/js\/snackbar-toast.js", "6075ae1983cb74103b156406_content.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "background": { "service_worker": "6075ae1983cb74103b156406_background.js" }, "externally_connectable": { "matches": [ "https:\/\/*.facebook.com\/*" ] }, "short_name": "GS" } |