ProTemplates™ - Templates Anywhere!

Professional templates for Email, Websites, Signatures, ebay, Gmail, Posts, Newsletters and more, in just a few clicks!

ProTemplates™ - Templates Anywhere!คืออะไร?

ProTemplates™ - Templates Anywhere! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://protemplates.io และคุณลักษณะหลักของมันคือ "Professional templates for Email, Websites, Signatures, ebay, Gmail, Posts, Newsletters and more, in just a few clicks!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProTemplates™ - Templates Anywhere!

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

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

                        Create stunning templates!

Professional templates for Email, Websites, Signatures, ebay, Gmail, Posts, Newsletters and more, in just a few clicks!  

Our Templates work with Chrome or and any Mobile Browser (without needing an app, we have created a progressive app website so you will get the app experience in your browser)!

On Mobile you can copy and paste right from the app!

FREE Extension includes
Copy, Paste, Edit, Favorite or Custom Templates!
100% Mobile Friendly
250 Customized Templates 
100’s of FREE Templates
Export Templates to csv format
HTML editor
Account API Access

We care about your Security!

Our extension runs in the background and does not load when you load pages, only when you access the extension and mail.google.com  
Our extension will ONLY communicate over HTTPS.  
We do not need access to your Google/Drive or Facebook account.
We store data in the Cloud with multiple backup systems.
We do not share your information with ANY 3rd party.


Customer Service Excellence Agreement!
We agree, by your download or using our software, if you have any issues you’ll be able to reach a support agent via email. 

Additionally if you have any feedback or requests, please let us know through our feedback portal found under Support on our website. We listen, make improvements and updates at least every 90 days.

* Please allow up to 24 hours for email responses                    

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

ชื่อ ProTemplates™ - Templates Anywhere! ProTemplates™ - Templates Anywhere!
ID omnikkjejgnbdidlofjbpbmninpdleko
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/protemplates-templates-an/omnikkjejgnbdidlofjbpbmninpdleko
คำอธิบาย Professional templates for Email, Websites, Signatures, ebay, Gmail, Posts, Newsletters and more, in just a few clicks!
ขนาดไฟล์ 98.84 KB
จำนวนการติดตั้ง 269
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2019-07-15
วันที่เผยแพร่ 2019-07-14
คะแนน 4.90/5 รวมทั้งหมด 102 คะแนน
ผู้พัฒนา http://protemplates.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://protemplates.io
URL หน้าช่วยเหลือ https://protemplates.io/support.html
URL หน้านโยบายความเป็นส่วนตัว https://protemplates.io/tos_privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProTemplates\u2122 - Templates Anywhere!",
    "short_name": "ProTemplates\u2122",
    "version": "0.0.2",
    "description": "Professional templates for Email, Websites, Signatures, ebay, Gmail, Posts, Newsletters and more, in just a few clicks!",
    "browser_action": {
        "default_icon": "icons\/browser_action_icon.png",
        "default_popup": "popup.html",
        "default_title": "ProTemplates\u2122 - Templates Anywhere!"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [],
            "js": [
                "scripts\/libs\/jquery.min.js",
                "scripts\/libs\/inboxsdk.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "activeTab",
        "storage",
        "*:\/\/*.protemplates.io\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "icons\/*",
        "plugins\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-ampccPxBH8F7v0asnFHBurs425SrjATm5VvrTeXgF+w='; object-src 'self'"
}