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
官方網址 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"
    }
}