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是由playlistconverter.de开发的Chrome扩展程序,该扩展的主要功能是“With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…”。

扩展截图

screenshot
screenshot

下载Affilinet Post Creator扩展crx文件

下载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"
    }
}