LM Affiliate Extractor
Pushes user's Legendary Marketer affiliate data to Google Sheet
LM Affiliate Extractorคืออะไร?
LM Affiliate Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lmaffiliateextractor.com และคุณลักษณะหลักของมันคือ "Pushes user's Legendary Marketer affiliate data to Google Sheet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LM Affiliate Extractor
ดาวน์โหลดไฟล์ส่วนขยาย LM Affiliate Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Then use Zapier to integrate your Google sheet with a wide variety of apps, including your favorite autoresponder. Now you can automate your follow-up with your Legendary leads and increase your affiliate commissions! Or use the direct ActiveCampaign integration and skip using Zapier altogether.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LM Affiliate Extractor |
ID | kfenhlaacmiflfihmmacenhljfdnpkog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lm-affiliate-extractor/kfenhlaacmiflfihmmacenhljfdnpkog |
คำอธิบาย | Pushes user's Legendary Marketer affiliate data to Google Sheet |
ขนาดไฟล์ | 73.92 KB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 1.0.20 |
อัปเดตครั้งล่าสุด | 2020-06-17 |
วันที่เผยแพร่ | 2020-06-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://lmaffiliateextractor.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.lmaffiliateextractor.com |
URL หน้าช่วยเหลือ | https://www.lmaffiliateextractor.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LM Affiliate Extractor", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmgCp+6qgWnbkDn0to2bGTvPHSp36FH+KqRpC2+oCYUgsg9nMV4X2SIEEUYDYAqxsEILCw0ihr\/oNt\/Ma5KPppw5NLEiz+vyVxF3Vqw3CREmQDUxZGTzNnuZFz8LAkMkbrnpMJJhLbXnfxvyd+uymhYxMIn34sJZVYbU+RhoUgIwsQNmJuLSdTnQXdmc6YENeG7AVRbLA\/joePSJxrXN3HTqGmS\/ah0dmJirG\/u6Eo9\/JF6CAJWCcK\/kt4RGkGiehf6LAUo9hxIyWJejfEzCeiHbq9\/8rarVfoE8FLgVLYN3DdDj7kMpBvw7yiTtiDDg6MRG+Isr1tLQjd3kelLLOoQIDAQAB", "version": "1.0.20", "manifest_version": 2, "description": "Pushes user's Legendary Marketer affiliate data to Google Sheet", "icons": { "16": "icon\/icon16x16.png", "48": "icon\/icon48x48.png", "128": "icon\/icon128x128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon19x19.png", "38": "icon\/icon38x38.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "background.js" ], "persistent": true }, "oauth2": { "client_id": "632252172393-nei8md54nqmu5qf06jfre5uclb73su7r.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "permissions": [ "storage", "identity", "https:\/\/*.api-us1.com\/*", "http:\/\/office.legendarymarketer.com\/*", "https:\/\/office.legendarymarketer.com\/*" ] } |