Pocket Media Native Ads Builder

Create your own native ad for your website, preview it, and generate the configurations for your Pocket Media Native Ads

Pocket Media Native Ads Builderคืออะไร?

Pocket Media Native Ads Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nativeads.pocketmedia.mobi และคุณลักษณะหลักของมันคือ "Create your own native ad for your website, preview it, and generate the configurations for your Pocket Media Native Ads"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pocket Media Native Ads Builder

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

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

                        According to Wikipedia, "Native advertising is the type of advertising that matches the form and function of the platform where it appears".  And what matches better the form and function of your website, and the content you have on it?

Pocket Media Native Ads [http://nativeads.pocketmedia.mobi/] is a platform where you can manage and customize your Native Ad units for iOS, Android, and webpages. This extension allows you to create the configurations for the ads in your website with an easy to use, interactive assistant, that will help you to select the best placement for your ads, and its structure, so ads are blended with your content.

We want to help you monetize your mobile audience: Pocket Media’s unique algorithm is constantly changing to provide the highest monetary value, while still considering the engagement of the user. We believe that a good experience is the key for your monetization, and you are the one that knows what your users like. 

You can use the extension without the need to register, but to start monetizing your website you will need to register at http://nativeads.pocketmedia.mobi/signup, to get your webpage token that allows us to track your ads, impressions and clicks.


Coming soon:
- integration with the Pocket Media Native Ads user dashboard and portal


About Pocket Media:

We monetize traffic via a Native Ad API where we give control to our developers. Transparency is key to success. We are your key demand or supply partner to a successful mobile campaign. 

Pocket Media is a Performance driven Mobile Media Agency Based in NY, AMS & SG. Our focus is on App installs. Together with our Advertisers we select the supply that fits the product. Optimization on post install events is standard with us.                    

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

ชื่อ Pocket Media Native Ads Builder Pocket Media Native Ads Builder
ID gflpiggfadojcllbjfjdaglhlbpdaofm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pocket-media-native-ads-b/gflpiggfadojcllbjfjdaglhlbpdaofm
คำอธิบาย Create your own native ad for your website, preview it, and generate the configurations for your Pocket Media Native Ads
ขนาดไฟล์ 2.17 MB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://nativeads.pocketmedia.mobi
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://nativeads.pocketmedia.mobi/faq.html
URL หน้านโยบายความเป็นส่วนตัว http://www.pocketmedia.mobi/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pocket Media Native Ads Builder",
    "version": "1.1.4",
    "description": "Create your own native ad for your website, preview it, and generate the configurations for your Pocket Media Native Ads",
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "images\/pm_logo\/logo_16.png",
        "48": "images\/pm_logo\/logo_48.png",
        "128": "images\/pm_logo\/logo_128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.pmgbrain.com\/*"
        ]
    },
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "manifest.json",
        "html\/*.html",
        "lib\/ace\/*",
        "css\/toolbar.css",
        "lib\/icon.css",
        "css\/materialize.css",
        "images\/placeholder.png",
        "lib\/materialize.js",
        "lib\/jquery.min.js",
        "inject\/materializeInitializer.js",
        "lib\/pm-native.js",
        "lib\/shepherd-theme-arrows.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}