Smart Previewer by Adzymic
Smart Previewer allows users to preview display ad on live environment by replacing existing ad slot with creative tag.
Smart Previewer by Adzymicคืออะไร?
Smart Previewer by Adzymic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adzymic.co และคุณลักษณะหลักของมันคือ "Smart Previewer allows users to preview display ad on live environment by replacing existing ad slot with creative tag."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Previewer by Adzymic
ดาวน์โหลดไฟล์ส่วนขยาย Smart Previewer by Adzymic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save time on doing screenshots on how the ad looks like in real publisher's environment. . Rather than relying on manually doing screenshot and replacing the ad using photo editor, using Adzymic Smart Previewer is fast and easy. You can now use Adzymic Smart Previewer to preview creative tags on any live websites, by easy selection of elements and ad container. Once done, you can download the screenshot. This Chrome extension allows user to select the ad container of a particular web page and replace it with a creative ad tag. User can specify the dimension of the ad. Once the creative ad tag is placed, the ad will be shown on the selected ad container. User can then take a screenshot and download the screenshot as png. How to use Select Element - Once selected, the mouse pointer will change to "+". Mouse over and click on area beside any ad slot that you want to replace. OR Select Ad Container - Choose the ad container that you want replace. Our chrome extension scan the list of ad container available for the page. Choose Ad Size - Select the dimension of the ad size you want to replace. e.g. 300x250, 970x250. Show Icon - Select this if you would like to display "Ad Choice" icon. Paste the Tag - Paste creative tag here. We accept any creative tags. Click on Apply. Once apply, you should see the existing ad replace with the ad that you inserted. Take a Screenshot - Click on this button to download the screenshot of the page rendered with the new ad.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smart Previewer by Adzymic |
ID | odeaflgamfnnaehaohnfpfigphgehenc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smart-previewer-by-adzymi/odeaflgamfnnaehaohnfpfigphgehenc |
คำอธิบาย | Smart Previewer allows users to preview display ad on live environment by replacing existing ad slot with creative tag. |
ขนาดไฟล์ | 14.18 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-09-23 |
วันที่เผยแพร่ | 2020-09-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://adzymic.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.adzymic.co |
URL หน้าช่วยเหลือ | http://www.adzymic.co |
URL หน้านโยบายความเป็นส่วนตัว | http://www.adzymic.co/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Previewer by Adzymic", "description": "Smart Previewer allows users to preview display ad on live environment by replacing existing ad slot with creative tag.", "version": "1.0", "browser_action": { "default_title": "Smart Previewer by Adzymic", "default_icon": "adz.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "css": [ "css\/inspect.css" ], "persistent": true }, "permissions": [ "activeTab", "storage" ] } |