Impact Deeplinking
Enables creating paid links on the fly.
Impact Deeplinkingคืออะไร?
Impact Deeplinking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deeplink-adminstrator และคุณลักษณะหลักของมันคือ "Enables creating paid links on the fly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Impact Deeplinking
ดาวน์โหลดไฟล์ส่วนขยาย Impact Deeplinking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Impact's Deeplink Extension is for Impact Partners. It adds a button to the Chrome toolbar which allow you to: • Join new brands • Generate paid links to a brand's product page • Add custom reporting parameters to your links • Easily post the link to Facebook, Twitter, or copy to your clipboard If you are joined with the advertiser, you can go to any page on their website and generate a paid link. The plugin will be tied to your account so just copy-paste the link into your promotions and tracking will be all setup. It will also show you information about payout terms. If you are not already joined with the Brand, the plugin will show you their standard payout terms and provide a link to apply. You can download the plugin and get more information here. If you are joined to the Brands you will see your current payout terms. If you aren't currently an Impact Partner, go here to sign up: https://app.impact.com/none/create-new-mediapartner-account-flow.ihtml
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Impact Deeplinking |
ID | hfpcmmccnlhkdbaailjllkmfkebmckeo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/impact-deeplinking/hfpcmmccnlhkdbaailjllkmfkebmckeo |
คำอธิบาย | Enables creating paid links on the fly. |
ขนาดไฟล์ | 579 KB |
จำนวนการติดตั้ง | 13,454 |
เวอร์ชันปัจจุบัน | 3.4 |
อัปเดตครั้งล่าสุด | 2020-11-11 |
วันที่เผยแพร่ | 2020-04-06 |
คะแนน | 1.96/5 รวมทั้งหมด 81 คะแนน |
ผู้พัฒนา | deeplink-adminstrator |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://impact.com/privacy-policy?_gl=1*120df6s*_ga*MzI3MzM3MTE4LjE2Nzk0MTM1MDk.*_ga_MHKLSZ6DR4*MTY5MTc1OTU1Ni4yMDIuMC4xNjkxNzU5NTU2LjAuMC4w*_ga_MDF55NMH0F*MTY5MTc1OTU1Ny4yMDIuMC4xNjkxNzU5NTU3LjAuMC4w |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Impact Deeplinking", "description": "Enables creating paid links on the fly.", "version": "3.4", "icons": { "48": "images\/impact-logo.png" }, "browser_action": { "default_icon": "images\/impact-logo.png", "default_popup": "start.html" }, "background": { "scripts": [ "tools.js", "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "https:\/\/api.impact.com\/*", "https:\/\/app.impact.com\/*", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ] } |