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 là gì?

Affilinet Post Creator là một tiện ích mở rộng Chrome được phát triển bởi playlistconverter.de, và tính năng chính của nó là "With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Affilinet Post Creator

Tải xuống các tệp mở rộng Affilinet Post Creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Affilinet Post Creator Affilinet Post Creator
ID jabcmcjkfiemcfbfdpbobchlcjjclngi
URL Chính Thức https://chromewebstore.google.com/detail/affilinet-post-creator/jabcmcjkfiemcfbfdpbobchlcjjclngi
Mô tả With this Extension you can easily create Affilinet Posts on your Wordpress blog (You need to have AffilinetPostCreator Plugin for…
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-02-16
Ngày Phát Hành 2018-02-16
Nhà Phát Triển playlistconverter.de
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}