Affilinet Post Creator

With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…

Что такое Affilinet Post Creator?

Affilinet Post Creator - это расширение Chrome, разработанное playlistconverter.de, и его основная функция - "With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Affilinet Post Creator

Скачайте файлы расширений Affilinet Post Creator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Mit dieser Erweiterung können Sie einfache Blog Posts für Ihren Wordpress Blog erstellen. 

Vorraussetzung: Sie müssen in Ihrem Wordpress Blog das Plugin "AffilinetPostCreator" installiert und aktiviert haben.                    

Основная информация о расширении

Название Affilinet Post Creator Affilinet Post Creator
ID jabcmcjkfiemcfbfdpbobchlcjjclngi
Официальный URL https://chromewebstore.google.com/detail/affilinet-post-creator/jabcmcjkfiemcfbfdpbobchlcjjclngi
Описание With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…
Размер файла 169 KB
Количество установок 14
Текущая Версия 1.0.2
Последнее Обновление 2018-02-16
Дата публикации 2018-02-16
Разработчик playlistconverter.de
Тип оплаты free
Поддерживаемые языки de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDescription__",
    "default_locale": "de",
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "minimum_chrome_version": "16.0.884",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "pages\/main.html",
        "default_title": "__MSG_appName__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "downloads",
        "storage",
        "webNavigation",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-1.9.1.min.js",
                "js\/lib\/logic.js",
                "js\/utils.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "64": "images\/icon64.png"
    }
}