inCreator
Preview what your LinkedIn posts will look like in the feed. Make your audience click the “…see more” button every time.
inCreatorคืออะไร?
inCreator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://in-creator.com และคุณลักษณะหลักของมันคือ "Preview what your LinkedIn posts will look like in the feed. Make your audience click the “…see more” button every time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย inCreator
ดาวน์โหลดไฟล์ส่วนขยาย inCreator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
inCreator is a tool built for Creators on LinkedIn. By installing the free extension you will be able to: 👉 Preview your LinkedIn post 👉 Know upfront where the "...see more" button will break the fold 👉 Optimize and style your post copy 👉 Draft posts and ideas, jot down hook lines or save copy from anywhere else for inspiration using our drafts database All without leaving your browser. Which will lead to: ✅ More of your 2nd and 3rd degree network seeing your post ✅ More impressions ✅ Consequently more followers and more impact to your brand Being a LinkedIn Creator just became a lot easier - with inCreator. Check us out at in-creator.com We are in no way affiliated with LinkedIn.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | inCreator |
ID | eeaoemhlndempejchkcdapgdhfledkcn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/increator/eeaoemhlndempejchkcdapgdhfledkcn |
คำอธิบาย | Preview what your LinkedIn posts will look like in the feed. Make your audience click the “…see more” button every time. |
ขนาดไฟล์ | 2.27 MB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2022-07-14 |
วันที่เผยแพร่ | 2022-05-08 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://in-creator.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "inCreator", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlhqEO6dlMWLxrpWNRT0kf\/5ZLgR\/7no4P3D9Ph9I\/EaVP7xNIPLhLOLzFVGassfMu2nSXI0Ly4V8ixI9L4CYsmNuQ3HTb5Zv7PhYGcb4Q5HNkT7LoBrxvJjA5e5fHuFhphJ2Z+V3NNa5AlYeBRnhiTwPb7KaiMuqsTwhB2O0yJWjsmsMDFMG8qb8tCwnipRC37NcCrQHKySzkpJzqc071UKAObRitGNkPCTfqVIx6kbP41myRE+HmmG22Lb1w0Pax5GSQ8EQ+V5Ai\/t1Nd9VZEeJuMqZ\/JBHSqjOiKUGmWC87etVf6tIaYMKiQxMQ9sYwdGjq09qcUAkgNWuOjEKnQIDAQAB", "name": "inCreator", "description": "Preview what your LinkedIn posts will look like in the feed. Make your audience click the \u201c\u2026see more\u201d button every time.", "version": "1.1.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open inCreator" }, "permissions": [ "activeTab", "storage" ], "background": { "service_worker": ".\/js\/background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.linkedin.com\/feed\/" ], "js": [ ".\/js\/lnInput.js" ] } ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "http:\/\/in-creator.lightbulb.rs\/*", "https:\/\/app.in-creator.com\/*", "http:\/\/127.0.0.1:8000\/*" ], "externally_connectable": { "matches": [ "http:\/\/in-creator.lightbulb.rs\/*", "https:\/\/app.in-creator.com\/*", "http:\/\/127.0.0.1:8000\/*" ] }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |