Author Marketing Club
Helping Authors Sell More Books With Premium Author Marketing Club Services.
Author Marketing Club क्या है?
Author Marketing Club https://authormarketingclub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helping Authors Sell More Books With Premium Author Marketing Club Services."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Author Marketing Club एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |