GDN Preview Generator

Preview your GDN ad in any website.

GDN Preview Generatorคืออะไร?

GDN Preview Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gdnpreviewgenerator.com และคุณลักษณะหลักของมันคือ "Preview your GDN ad in any website."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GDN Preview Generator

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

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

                        A complementary tool to GDN Preview Generator website.                    

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

ชื่อ GDN Preview Generator GDN Preview Generator
ID bgiimmgkfddidopbkijcahdjbagojkfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gdn-preview-generator/bgiimmgkfddidopbkijcahdjbagojkfd
คำอธิบาย Preview your GDN ad in any website.
ขนาดไฟล์ 11.65 KB
จำนวนการติดตั้ง 425
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-10-22
วันที่เผยแพร่ 2020-10-20
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://gdnpreviewgenerator.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GDN Preview Generator",
    "version": "1.2",
    "description": "Preview your GDN ad in any website.",
    "author": "4 Thirteen Group",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/gdnpreviewgenerator-favicon.png"
    },
    "icons": {
        "128": "images\/gdnpreviewgenerator-favicon.png"
    }
}