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