Author Marketing Club

Helping Authors Sell More Books With Premium Author Marketing Club Services.

Author Marketing Clubคืออะไร?

Author Marketing Club เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://authormarketingclub.com และคุณลักษณะหลักของมันคือ "Helping Authors Sell More Books With Premium Author Marketing Club Services."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Author Marketing Club

ดาวน์โหลดไฟล์ส่วนขยาย Author Marketing Club ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Author Marketing Club extension works with the Reviewer Grabber members-only feature of the AuthorMarketingClub.com website.

The web-based Reviewer Grabber feature and this extension work together to help authors find Amazon reviewers that are more likely to review the author's book(s) and who meet the author's criteria.

The extension is only active and can only interact with pages on the authormarketingclub.com domain.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Author Marketing Club Author Marketing Club
ID inlgicfmeigblaaglencnnkdacljnahk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/author-marketing-club/inlgicfmeigblaaglencnnkdacljnahk
คำอธิบาย Helping Authors Sell More Books With Premium Author Marketing Club Services.
ขนาดไฟล์ 17.04 KB
จำนวนการติดตั้ง 561
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-03-31
วันที่เผยแพร่ 2019-05-01
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://authormarketingclub.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://authormarketingclub.com/
URL หน้าช่วยเหลือ https://authormarketingclub.com/members/contact/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Author Marketing Club",
    "short_name": "AMC",
    "version": "1.0.4",
    "description": "Helping Authors Sell More Books With Premium Author Marketing Club Services.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/authormarketingclub.com\/members\/*",
                "https:\/\/authormarketingclub.com\/members\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*.amazon.com\/",
        "https:\/\/*.amazon.com\/"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "logo19.png",
            "38": "logo38.png"
        },
        "default_title": "Author Marketing Club",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "offline_enabled": false
}